MediaCaptureSettings.StreamingCaptureMode Property

Definition

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.

Applies to