Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 942 Bytes

capturedframe_readasync_1012630619.md

File metadata and controls

32 lines (22 loc) · 942 Bytes
-api-id -api-type
M:Windows.Media.Capture.CapturedFrame.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)
winrt method

Windows.Media.Capture.CapturedFrame.ReadAsync

-description

Returns an asynchronous byte reader object.

-parameters

-param buffer

The buffer into which the asynchronous read operation places the bytes that are read.

-param count

The number of bytes to read that is less than or equal to the Capacity value.

-param options

Specifies the type of the asynchronous read operation.

-returns

The asynchronous operation.

-remarks

-examples

-see-also