YCbCrPixelLayout Properties

YCbCrPixelLayout Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The YCbCrPixelLayout type exposes the following members.

  NameDescription
Public property CbOffset Gets the offset to the first Cb pixel in each row.
Public property CbPitch Gets the pitch between rows of Cb pixels.
Public property CbXPitch Gets the pitch between Cb pixels in each row.
Public property CrOffset Gets the offset to the first Cr pixel in each row.
Public property CrPitch Gets the pitch between rows of Cr pixels.
Public property CrXPitch Gets the pitch between Cr pixels in each row.
Public property RequiredBufferSize Gets the required buffer size for the image.
Public property YOffset Gets the pitch between rows of Y pixels.
Public property YPitch Gets the pitch, in bytes, to the next Y line.
Public property YXPitch Gets the pitch between Y pixels in each row.
Top

Show:
© 2017 Microsoft