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.
| Name | Description | |
|---|---|---|
|
CbOffset | Gets the offset to the first Cb pixel in each row. |
|
CbPitch | Gets the pitch between rows of Cb pixels. |
|
CbXPitch | Gets the pitch between Cb pixels in each row. |
|
CrOffset | Gets the offset to the first Cr pixel in each row. |
|
CrPitch | Gets the pitch between rows of Cr pixels. |
|
CrXPitch | Gets the pitch between Cr pixels in each row. |
|
RequiredBufferSize | Gets the required buffer size for the image. |
|
YOffset | Gets the pitch between rows of Y pixels. |
|
YPitch | Gets the pitch, in bytes, to the next Y line. |
|
YXPitch | Gets the pitch between Y pixels in each row. |
Show: