3.74 Video Format Flags

BMDFormatFlags enumerates the possible flags for a pixel format.

  • bmdFormatRGB444

    The video is RGB 4:4:4 represention.

  • bmdFormatYUV444

    The video is YUV 4:4:4 represention.

  • bmdFormatYUV422

    The video is YUV 4:2:2 represention.

  • bmdFormatYUV420

    The video is YUV 4:2:0 represention.

  • bmdFormat8BitDepth

    The video is 8-bit color depth.

  • bmdFormat10BitDepth

    The video is 10-bit color depth.

  • bmdFormat12BitDepth

    The video is 12-bit color depth.