TeamTalk 5 .NET DLL Version 5.15A
|
A struct containing the properties of a video capture device. More...
Public Attributes | |
string | szDeviceID |
A string identifying the device. | |
string | szDeviceName |
The name of the capture device. | |
string | szCaptureAPI |
The name of the API used to capture video. | |
VideoFormat[] | videoFormats |
The supported capture formats. | |
int | nVideoFormatsCount |
The number of capture formats available in captureFormats array. | |
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 TeamTalkBase.InitVideoCaptureDevice() function.
Definition at line 687 of file TeamTalk.cs.
string BearWare.VideoCaptureDevice.szDeviceID |
A string identifying the device.
Definition at line 691 of file TeamTalk.cs.
string BearWare.VideoCaptureDevice.szDeviceName |
The name of the capture device.
Definition at line 694 of file TeamTalk.cs.
string BearWare.VideoCaptureDevice.szCaptureAPI |
The name of the API used to capture video.
The following video capture APIs are supported:
Mac OS's QTkit video capture API was removed in TeamTalk 5.2 because Apple's AppStore will reject apps which have dependencies to it.
V4L support was removed in TeamTalk 5.2.
Definition at line 708 of file TeamTalk.cs.
VideoFormat [] BearWare.VideoCaptureDevice.videoFormats |
The supported capture formats.
Definition at line 711 of file TeamTalk.cs.
int BearWare.VideoCaptureDevice.nVideoFormatsCount |
The number of capture formats available in captureFormats array.
Definition at line 714 of file TeamTalk.cs.