VideoFormatRawPixelFormat

public enum VideoFormatRawPixelFormat

Raw pixel format.

  • YUV/YCbCr 4:2:0 pixel format.

    Declaration

    Swift

    case yuv420
  • YUV/YCbCr 4:2:2 pixel format.

    Declaration

    Swift

    case yuv422
  • YUV/YCbCr 4:4:4 pixel format.

    Declaration

    Swift

    case yuv444
  • Gray pixel format.

    Declaration

    Swift

    case gray
  • RGB pixel format.

    Declaration

    Swift

    case rgb24
  • RGB + alpha pixel format.

    Declaration

    Swift

    case rgba32
  • Bayer pixel format.

    Declaration

    Swift

    case bayer
  • Depth map pixel format.

    Declaration

    Swift

    case depth
  • Depth map (float data) pixel format.

    Declaration

    Swift

    case depthFloat