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