MediaDeviceControlCapabilities.AutoModeSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries whether the camera supports automatic adjustment of the setting.
public:
property bool AutoModeSupported { bool get(); };
bool AutoModeSupported();
public bool AutoModeSupported { get; }
var boolean = mediaDeviceControlCapabilities.autoModeSupported;
Public ReadOnly Property AutoModeSupported As Boolean
Property Value
Boolean
bool
True if the camera supports automatic adjustment of the setting; otherwise false.