TeamTalk 5 C-API DLL Version 5.15A
|
A struct containing the properties of a video capture format. More...
#include <TeamTalk.h>
Public Attributes | |
INT32 | nWidth |
The width in pixels of the video device supported video format. | |
INT32 | nHeight |
The height in pixels of the video device supported video format. | |
INT32 | nFPS_Numerator |
The numerator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate. | |
INT32 | nFPS_Denominator |
The denominator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate. | |
FourCC | picFourCC |
Picture format for capturing. | |
A struct containing the properties of a video capture format.
A struct for holding a supported video capture format by a VideoCaptureDevice.
Definition at line 839 of file TeamTalk.h.
INT32 VideoFormat::nWidth |
The width in pixels of the video device supported video format.
Definition at line 843 of file TeamTalk.h.
INT32 VideoFormat::nHeight |
The height in pixels of the video device supported video format.
Definition at line 846 of file TeamTalk.h.
INT32 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 850 of file TeamTalk.h.
INT32 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 854 of file TeamTalk.h.
FourCC VideoFormat::picFourCC |
Picture format for capturing.
Definition at line 856 of file TeamTalk.h.