MediaDeviceControl.TryGetAuto(Boolean) Method

Definition

Indicates whether automatic adjustment of the camera setting is enabled.

public:
 virtual bool TryGetAuto([Out] bool & value) = TryGetAuto;
bool TryGetAuto([Out] bool & value);
public bool TryGetAuto(out bool value);
Public Function TryGetAuto (ByRef value As Boolean) As Boolean

Parameters

value
Boolean

bool

True if automatic adjustment is enabled; false otherwise.

Returns

Boolean

bool

Returns true if the method succeeds, or false otherwise.

Applies to