The base configuration for all video encoders and decoders.
Definition at line 131 of file CodecHeaderVideo.h.

Data Fields | |
| dwCodecType | codec |
| Codec type. More... | |
| uint32_t | width |
| Video width. More... | |
| uint32_t | height |
| Video height. More... | |
| uint32_t | bitDepth |
| Frame bit depth. More... | |
| uint32_t | frameRate |
| Frame rate. More... | |
| dwCodecVideoFormat | format |
| Video format. More... | |
| dwCodecCameraMetadata | cameraMetadata |
| Required camera metadata for encoding and decoding video. More... | |
| dwEncoderConfigRateControl | rateControl |
| Encoder rate control parameters. More... | |
| char8_t | codecMimeType [DW_MAX_CODEC_MIME_TYPE_LENGTH] |
| Codec mime type. More... | |
| char8_t | rawHeader [DW_MAX_RAW_SIPL_HEADER_LENGTH] |
| Raw sipl data from the camera. More... | |
| uint32_t dwCodecConfigVideo::bitDepth |
Frame bit depth.
Definition at line 140 of file CodecHeaderVideo.h.
| dwCodecCameraMetadata dwCodecConfigVideo::cameraMetadata |
Required camera metadata for encoding and decoding video.
Definition at line 146 of file CodecHeaderVideo.h.
| dwCodecType dwCodecConfigVideo::codec |
Codec type.
Definition at line 134 of file CodecHeaderVideo.h.
| char8_t dwCodecConfigVideo::codecMimeType[DW_MAX_CODEC_MIME_TYPE_LENGTH] |
Codec mime type.
Definition at line 150 of file CodecHeaderVideo.h.
| dwCodecVideoFormat dwCodecConfigVideo::format |
Video format.
Definition at line 144 of file CodecHeaderVideo.h.
| uint32_t dwCodecConfigVideo::frameRate |
Frame rate.
Definition at line 142 of file CodecHeaderVideo.h.
| uint32_t dwCodecConfigVideo::height |
Video height.
Definition at line 138 of file CodecHeaderVideo.h.
| dwEncoderConfigRateControl dwCodecConfigVideo::rateControl |
Encoder rate control parameters.
Definition at line 148 of file CodecHeaderVideo.h.
| char8_t dwCodecConfigVideo::rawHeader[DW_MAX_RAW_SIPL_HEADER_LENGTH] |
Raw sipl data from the camera.
Definition at line 152 of file CodecHeaderVideo.h.
| uint32_t dwCodecConfigVideo::width |
Video width.
Definition at line 136 of file CodecHeaderVideo.h.