Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 830 Bytes

mediaframesourcegetpropertyresult.md

File metadata and controls

20 lines (14 loc) · 830 Bytes
-api-id -api-type
T:Windows.Media.Capture.Frames.MediaFrameSourceGetPropertyResult
winrt class

Windows.Media.Capture.Frames.MediaFrameSourceGetPropertyResult

-description

Represents the value of a MediaFrameSource property, if it was successfully retrieved, and the result status of the get operation.

-remarks

Get an instance of MediaFrameSourceGetPropertyResult by calling MediaFrameSourceController.GetPropertyAsync. Check the value of the Status property to determine if the get operation was successful.

-examples

-see-also