TeamTalk 4 C-API DLL  Version 4.5A
VideoCaptureDevice Struct Reference

A struct containing the properties of a video capture device. More...

#include <TeamTalk4.h>

Public Attributes

TTCHAR szDeviceID [TT_STRLEN]
 A string identifying the device. More...
 
TTCHAR szDeviceName [TT_STRLEN]
 The name of the capture device. More...
 
TTCHAR szCaptureAPI [TT_STRLEN]
 The name of the API used to capture video. More...
 
CaptureFormat captureFormats [TT_CAPTUREFORMATS_MAX]
 The supported capture formats. More...
 
INT32 nCaptureFormatsCount
 The number of capture formats available in captureFormats array. More...
 

Detailed Description

A struct containing the properties of a video capture device.

The information retrieved from the video capture device is used to initialize the video capture device using the TT_InitVideoCaptureDevice function.

See Also
TT_GetVideoCaptureDevices

Member Data Documentation

TTCHAR VideoCaptureDevice::szDeviceID[TT_STRLEN]

A string identifying the device.

TTCHAR VideoCaptureDevice::szDeviceName[TT_STRLEN]

The name of the capture device.

TTCHAR VideoCaptureDevice::szCaptureAPI[TT_STRLEN]

The name of the API used to capture video.

CaptureFormat VideoCaptureDevice::captureFormats[TT_CAPTUREFORMATS_MAX]

The supported capture formats.

INT32 VideoCaptureDevice::nCaptureFormatsCount

The number of capture formats available in captureFormats array.