MediaCaptureSettings.StreamingCaptureMode 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 streaming mode.
public:
property StreamingCaptureMode StreamingCaptureMode { StreamingCaptureMode get(); };
StreamingCaptureMode StreamingCaptureMode();
public StreamingCaptureMode StreamingCaptureMode { get; }
var streamingCaptureMode = mediaCaptureSettings.streamingCaptureMode;
Public ReadOnly Property StreamingCaptureMode As StreamingCaptureMode
Property Value
The streaming mode.
Windows requirements
App capabilities |
backgroundMediaRecording
microphone
webcam
|
Remarks
This property indicates whether audio capture, video capture, or both are enabled.