Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 616 Bytes

mediaframesourceinfo_isshareable.md

File metadata and controls

29 lines (16 loc) · 616 Bytes
-api-id -api-type
P:Windows.Media.Capture.Frames.MediaFrameSourceInfo.IsShareable
winrt property

Windows.Media.Capture.Frames.MediaFrameSourceInfo.IsShareable

-description

Gets a value indicating whether the associated stream can be open in shared mode.

-property-value

True if the stream can be opened in shared mode; otherwise, false.

-remarks

Since not all streams are shareable, it is important for shared mode application that has stream selection requirement to verify that the selected stream is shareable.

-see-also

-examples