TeamTalk 5 Java DLL Version 5.15A
Loading...
Searching...
No Matches
BearWare.VideoFormat 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.
 
int nHeight
 The height in pixels of the video device supported video format.
 
int nFPS_Numerator
 The numerator of the video capture device's video format. Divinding nFPS_Numerator with nFPS_Denominator gives the frame-rate.
 
int 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.
 

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.

Definition at line 623 of file TeamTalk.cs.

Member Data Documentation

◆ nWidth

int BearWare.VideoFormat.nWidth

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

Definition at line 627 of file TeamTalk.cs.

◆ nHeight

int BearWare.VideoFormat.nHeight

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

Definition at line 630 of file TeamTalk.cs.

◆ nFPS_Numerator

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 634 of file TeamTalk.cs.

◆ nFPS_Denominator

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 638 of file TeamTalk.cs.

◆ picFourCC

FourCC BearWare.VideoFormat.picFourCC

Picture format for capturing.

Definition at line 640 of file TeamTalk.cs.