Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 480 Bytes

videoframe_isreadonly.md

File metadata and controls

23 lines (16 loc) · 480 Bytes
-api-id -api-type
P:Windows.Media.VideoFrame.IsReadOnly
winrt property

Windows.Media.VideoFrame.IsReadOnly

-description

Gets a value indicating whether the video frame is read-only.

-property-value

True if the video frame is read-only; otherwise, false.

-remarks

When this value is true, both the video data and the mutable properties of the video frame are read-only.

-examples

-see-also