YCbCrPixelLayout.CbPitch Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the pitch between rows of Cb pixels.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Important Note: |
|---|
This class is not recommended for determining pixel layout on Windows Phone 8. YCbCr data provided by the PhotoCameraGetPreviewBuffer methods follow the NV12 or NV21 format, depending on the version of phone. Apps running on Windows Phone 8 should process YCbCr data according to the NV12 standard rather than use this class to determine pixel the layout. Apps running on phones prior to Windows Phone 8 should process YCbCr data according to the NV21 standard. |
Important Note: