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.