TeamTalk 4 .NET DLL  Version 4.5A
BearWare.CaptureFormat Struct Reference

A struct containing the properties of a video capture format. More...

Public Attributes

int nWidth
 The width in pixels of the video device supported video format. More...
 
int nHeight
 The height in pixels of the video device supported video format. More...
 
int nFPS_Numerator
 The numerator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate. More...
 
int nFPS_Denominator
 The denominator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate. More...
 
FourCC picFourCC
 Picture format for capturing. More...
 

Detailed Description

A struct containing the properties of a video capture format.

A struct for holding a supported video capture format by a BearWare.VideoCaptureDevice.

Member Data Documentation

int BearWare.CaptureFormat.nWidth

The width in pixels of the video device supported video format.

int BearWare.CaptureFormat.nHeight

The height in pixels of the video device supported video format.

int BearWare.CaptureFormat.nFPS_Numerator

The numerator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate.

int BearWare.CaptureFormat.nFPS_Denominator

The denominator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate.

FourCC BearWare.CaptureFormat.picFourCC

Picture format for capturing.