Defines the codec types.
|
enum | { DW_MAX_CODEC_MIME_TYPE_LENGTH = 64
} |
|
enum | dwCodecCapability {
DW_CODEC_CAPABILITY_HARDWARE = 0
,
DW_CODEC_CAPABILITY_SOFTWARE = 1
,
DW_CODEC_CAPABILITY_UNSUPPORTED = 2
} |
| Codec Capability. More...
|
|
enum | dwCodecType {
DW_CODEC_TYPE_INVALID = -1
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
,
DW_CODEC_TYPE_USE_CODEC_MIME_TYPE = 64
,
DW_DEPRECATED_ENUM =("dwCodecType deprecated") = 0
} |
| Codec Type. More...
|
|
enum | dwEncoderRateControlMode {
DW_ENCODER_RATE_CONTROL_MODE_CONSTQP = 0
,
DW_ENCODER_RATE_CONTROL_MODE_CBR = 1
,
DW_ENCODER_RATE_CONTROL_MODE_VBR = 2
} |
| Encoder Rate Control Mode. More...
|
|
enum | dwMediaType {
DW_MEDIA_TYPE_VIDEO = 0
,
DW_MEDIA_TYPE_LIDAR = 1
,
DW_MEDIA_TYPE_RADAR = 2
,
DW_MEDIA_TYPE_IMU = 3
,
DW_MEDIA_TYPE_GPS = 4
,
DW_MEDIA_TYPE_CAN = 5
,
DW_MEDIA_TYPE_DATA = 6
,
DW_MEDIA_TYPE_TIME = 7
,
DW_MEDIA_TYPE_ROADCAST = 8
,
DW_MEDIA_TYPE_ULTRASONIC = 9
,
DW_MEDIA_TYPE_COUNT = 10
} |
| Media Type for Codec. More...
|
|