MediaCaptureFocusChangedEventArgs.FocusState 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 current focus state of the capture device.
public:
property MediaCaptureFocusState FocusState { MediaCaptureFocusState get(); };
MediaCaptureFocusState FocusState();
public MediaCaptureFocusState FocusState { get; }
var mediaCaptureFocusState = mediaCaptureFocusChangedEventArgs.focusState;
Public ReadOnly Property FocusState As MediaCaptureFocusState
Property Value
The current focus state of the capture device.
Windows requirements
App capabilities |
backgroundMediaRecording
|