MediaFrameSource.Controller Property

Definition

public:
 property MediaFrameSourceController ^ Controller { MediaFrameSourceController ^ get(); };
MediaFrameSourceController Controller();
public MediaFrameSourceController Controller { get; }
var mediaFrameSourceController = mediaFrameSource.controller;
Public ReadOnly Property Controller As MediaFrameSourceController

Property Value

The MediaFrameSourceController for the media frame source.

Remarks

The MediaFrameSourceController object allows you to get and set properties of a media frame source and to get a VideoDeviceController, which provides camera controls such as exposure, focus, and zoom.

Applies to