TeamTalk 5 Java DLL
Version 5.14A
|
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... | |
VideoFormat[] | videoFormats |
The supported capture formats. More... | |
int | nVideoFormatsCount |
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 TeamTalkBase.InitVideoCaptureDevice() function.
Definition at line 682 of file TeamTalk.cs.
string BearWare.VideoCaptureDevice.szDeviceID |
A string identifying the device.
Definition at line 686 of file TeamTalk.cs.
string BearWare.VideoCaptureDevice.szDeviceName |
The name of the capture device.
Definition at line 689 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 703 of file TeamTalk.cs.
VideoFormat [] BearWare.VideoCaptureDevice.videoFormats |
The supported capture formats.
Definition at line 706 of file TeamTalk.cs.
int BearWare.VideoCaptureDevice.nVideoFormatsCount |
The number of capture formats available in captureFormats array.
Definition at line 709 of file TeamTalk.cs.