TeamTalk 5 C-API DLL Version 5.13A
VideoFormat Struct Reference

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. 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...
 

Detailed Description

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 834 of file TeamTalk.h.

Member Data Documentation

◆ nWidth

INT32 VideoFormat::nWidth

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

Definition at line 838 of file TeamTalk.h.

◆ nHeight

INT32 VideoFormat::nHeight

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

Definition at line 841 of file TeamTalk.h.

◆ nFPS_Numerator

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 845 of file TeamTalk.h.

◆ nFPS_Denominator

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 849 of file TeamTalk.h.

◆ picFourCC

FourCC VideoFormat::picFourCC

Picture format for capturing.

Definition at line 851 of file TeamTalk.h.