TeamTalk 4 C-API DLL
Version 4.5A
|
A struct containing the properties of a video capture format. More...
#include <TeamTalk4.h>
Public Attributes | |
INT32 | nWidth |
The width in pixels of the video device supported video format. More... | |
INT32 | nHeight |
The height in pixels of the video device supported video format. More... | |
INT32 | nFPS_Numerator |
The numerator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate. More... | |
INT32 | 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 VideoCaptureDevice.
INT32 CaptureFormat::nWidth |
The width in pixels of the video device supported video format.
INT32 CaptureFormat::nHeight |
The height in pixels of the video device supported video format.
INT32 CaptureFormat::nFPS_Numerator |
The numerator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate.
INT32 CaptureFormat::nFPS_Denominator |
The denominator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate.
FourCC CaptureFormat::picFourCC |
Picture format for capturing.