Click or drag to resize
VideoCaptureDeviceBasicMode Property
Gets the mode of the VideoCaptureDevice object.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool BasicMode { get; set; }

Property Value

Type: Boolean
When in Basic Mode it is ensured that only metrics compatible to other MediaSuite components will be returned from SelectDevice.
SelectedFormat other than 24-bit will not be returned. (Currently the only restriction)
Default: true.
See Also