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.