Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaCaptureInitializationSettings.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 or sets the streaming mode.

public:
 property StreamingCaptureMode StreamingCaptureMode { StreamingCaptureMode get(); void set(StreamingCaptureMode value); };
StreamingCaptureMode StreamingCaptureMode();

void StreamingCaptureMode(StreamingCaptureMode value);
public StreamingCaptureMode StreamingCaptureMode { get; set; }
var streamingCaptureMode = mediaCaptureInitializationSettings.streamingCaptureMode;
mediaCaptureInitializationSettings.streamingCaptureMode = streamingCaptureMode;
Public Property StreamingCaptureMode As StreamingCaptureMode

Property Value

The streaming mode.

Windows requirements

Requirements Description
App capabilities
backgroundMediaRecording microphone webcam

Remarks

Use this property to choose between audio capture, video capture, or combined audio and video capture.

Applies to


Feedback

Was this page helpful?