AppBroadcastCameraCaptureStateChangedEventArgs.State 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 value that indicates the new state of the app broadcast camera capture.
public:
property AppBroadcastCameraCaptureState State { AppBroadcastCameraCaptureState get(); };
AppBroadcastCameraCaptureState State();
public AppBroadcastCameraCaptureState State { get; }
var appBroadcastCameraCaptureState = appBroadcastCameraCaptureStateChangedEventArgs.state;
Public ReadOnly Property State As AppBroadcastCameraCaptureState
Property Value
A value that indicates the new state of the app broadcast camera capture.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|