[]
Options for the downsampling factor of the U and V components.
public enum JpegDownsample
Public Enum JpegDownsample
Name | Description |
---|---|
Downsample420 | Reduction by a factor of two in both the horizontal and vertical directions. |
Downsample422 | Reduction by a factor of two in the horizontal direction. |
Downsample444 | No downsampling. |