CodecCapMask

Codec capability bit mask.

Enumerations

codecCapMaskNone
(0): Codec not supported.
codecCapMaskHwDec
(1 << 0): Supports hardware decoding.
codecCapMaskHwEnc
(1 << 1): Supports hardware encoding.
codecCapMaskSwDec
(1 << 2): Supports software decoding.
codecCapMaskSwEnc
(1 << 3): Supports software encoding.