Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

mediacapturesharingmode.md

File metadata and controls

30 lines (21 loc) · 1.2 KB
-api-id -api-type
T:Windows.Media.Capture.MediaCaptureSharingMode
winrt enum

MediaCaptureSharingMode

-description

Specifies the media frame source sharing mode for a MediaCapture object.

-enum-fields

-field ExclusiveControl:0

The MediaCapture should have exclusive control of one or more of the frame sources specified in SourceGroup.

-field SharedReadOnly:1

The MediaCapture can acquire frames from the frame sources specified in SourceGroup but can't adjust the configuration of the frame sources.

-remarks

Specify the MediaCapture sharing mode by setting the SharingMode property of the MediaCaptureInitializationSettings object before calling MediaCapture.InitializeAsync.

-examples

-see-also

-capabilities

backgroundMediaRecording