Edit

Share via


VideoDevice.GetVideoDeviceValue(VideoDeviceValueType) Method

Definition

Query controls value from the video device.

public abstract Iot.Device.Media.VideoDeviceValue GetVideoDeviceValue (Iot.Device.Media.VideoDeviceValueType type);
abstract member GetVideoDeviceValue : Iot.Device.Media.VideoDeviceValueType -> Iot.Device.Media.VideoDeviceValue
Public MustOverride Function GetVideoDeviceValue (type As VideoDeviceValueType) As VideoDeviceValue

Parameters

type
VideoDeviceValueType

The type of a video device's control.

Returns

The default and current values of a video device's control.

Applies to