MediaFrameSource.Controller 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.
Gets the MediaFrameSourceController for the MediaFrameSource.
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.