AppBroadcastState.CameraCaptureError 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 camera capture error associated with the app broadcast state.
public:
property unsigned int CameraCaptureError { unsigned int get(); };
uint32_t CameraCaptureError();
public uint CameraCaptureError { get; }
var uInt32 = appBroadcastState.cameraCaptureError;
Public ReadOnly Property CameraCaptureError As UInteger
Property Value
The camera capture error associated with the app broadcast state.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|