MediaFrameSourceController.VideoDeviceController 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 a VideoDeviceController for a MediaFrameSource, which provides camera controls such as exposure, focus, and zoom.
public:
property VideoDeviceController ^ VideoDeviceController { VideoDeviceController ^ get(); };
VideoDeviceController VideoDeviceController();
public VideoDeviceController VideoDeviceController { get; }
var videoDeviceController = mediaFrameSourceController.videoDeviceController;
Public ReadOnly Property VideoDeviceController As VideoDeviceController
Property Value
A VideoDeviceController for the media frame source.