VideoCaptureDeviceBasicMode Property |
Gets the mode of the VideoCaptureDevice object.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool BasicMode { get; set; }
Public Property BasicMode As Boolean
Get
Set
public:
property bool BasicMode {
bool get ();
void set (bool value);
}
member BasicMode : bool with 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