VideoProfileYuv Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum VideoProfileYuv
type VideoProfileYuv =
- Inheritance
-
VideoProfileYuv
Fields
| Name | Value | Description |
|---|---|---|
| Yuv420 | 0 | YUV 4:2:0. A chroma subsampling where the U and V planes are subsampled by 2 both horizontally and vertically. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Yuv422 | 1 | YUV 4:2:2. A chroma subsampling where the U and V planes are subsampled by 2 horizontally alone. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Yuv444 | 2 | YUV 4:4:4. A chroma subsampling where the U and V planes are not subsampled. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |