IVideoCaptureDeviceChangeDevice Method |
Changes the capturing device. If the capturer is already capturing then restarts it.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void ChangeDevice(
int deviceID
)
Sub ChangeDevice (
deviceID As Integer
)
void ChangeDevice(
int deviceID
)
abstract ChangeDevice :
deviceID : int -> unit
Parameters
- deviceID
- Type: SystemInt32
The identifier of the capturing device.
See Also