TeamTalk 5 .NET DLL
Version 5.11A
|
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... | |
A struct containing the properties of a video capture format.
A struct for holding a supported video capture format by a BearWare.VideoCaptureDevice.
Definition at line 618 of file TeamTalk.cs.
int BearWare.VideoFormat.nWidth |
The width in pixels of the video device supported video format.
Definition at line 622 of file TeamTalk.cs.
int BearWare.VideoFormat.nHeight |
The height in pixels of the video device supported video format.
Definition at line 625 of file TeamTalk.cs.
int BearWare.VideoFormat.nFPS_Numerator |
The numerator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate.
Definition at line 629 of file TeamTalk.cs.
int BearWare.VideoFormat.nFPS_Denominator |
The denominator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate.
Definition at line 633 of file TeamTalk.cs.
FourCC BearWare.VideoFormat.picFourCC |
Picture format for capturing.
Definition at line 635 of file TeamTalk.cs.