CodecCapMask
The bit mask of the codec type.
Enumerator
- codecCapMaskNone
- (0): The device does not support encoding or decoding.
- codecCapMaskHwDec
- (1 << 0): The device supports hardware decoding.
- codecCapMaskHwEnc
- (1 << 1): The device supports hardware encoding.
- codecCapMaskSwDec
- (1 << 2): The device supports software decoding.
- codecCapMaskSwEnc
- (1 << 3): The device supports software ecoding.