MediaDeviceControl.TrySetValue(Double) Method

Definition

Sets the camera setting.

public:
 virtual bool TrySetValue(double value) = TrySetValue;
bool TrySetValue(double const& value);
public bool TrySetValue(double value);
function trySetValue(value)
Public Function TrySetValue (value As Double) As Boolean

Parameters

value
Double

double

The new value of the camera setting. The units depend on the setting.

Returns

Boolean

bool

Returns true if the method succeeds, or false otherwise.

Applies to