Enumeration CodecCapMask

The bit mask of the codec type.

Enumeration Members

CodecCapMaskHwDec: 1

(1 << 0): The device supports hardware decoding.

CodecCapMaskHwEnc: 2

(1 << 1): The device supports hardware encoding.

CodecCapMaskNone: 0

(0): The device does not support encoding or decoding.

CodecCapMaskSwDec: 4

(1 << 2): The device supports software decoding.

CodecCapMaskSwEnc: 8

(1 << 3): The device supports software ecoding.

Generated using TypeDoc