The following table contains values that can be set with class VideoCodecInitdata :
Name | Type | Get call |
---|---|---|
Codec type | VIDEOCODEC_TYPE | GetCodecType |
Codec profile | STREAMCODEC_PROFILE | GetCodecProfile |
Video formats | std::vector<VIDEOCODEC_FORMAT> | GetVideoFormats |
Width | uint32_t | GetWidth |
Height | uint32_t | GetHeight |
Extra data | const uint8_t* | GetExtraData |
Extra data size | unsigned int | GetExtraDataSize |
Crypto session | kodi::addon::StreamCryptoSession | GetCryptoSession |