TeamTalk 4 .NET DLL
Version 4.5A
|
A struct containing the properties of a video capture device. More...
Public Attributes | |
string | szDeviceID |
A string identifying the device. More... | |
string | szDeviceName |
The name of the capture device. More... | |
string | szCaptureAPI |
The name of the API used to capture video. More... | |
CaptureFormat[] | captureFormats |
The supported capture formats. More... | |
int | nCaptureFormatsCount |
The number of capture formats available in captureFormats array. More... | |
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 TeamTalk4.InitVideoCaptureDevice() function.
string BearWare.VideoCaptureDevice.szDeviceID |
A string identifying the device.
string BearWare.VideoCaptureDevice.szDeviceName |
The name of the capture device.
string BearWare.VideoCaptureDevice.szCaptureAPI |
The name of the API used to capture video.
CaptureFormat [] BearWare.VideoCaptureDevice.captureFormats |
The supported capture formats.
int BearWare.VideoCaptureDevice.nCaptureFormatsCount |
The number of capture formats available in captureFormats array.