Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraCodecFormatUtilsModularF-
Description
Tries to prepare the given codec type format format with as much information as possible. On input:
- set at least the .FourCC member OR the mime type with a codecs parameter
- set the .RFC6381 member if possible and not already provided with the mime type
- provide any additional boxes in .ExtraBoxes in ISO/IEC 14496-12 binary box format (these should be all boxes from the `stsd_ or similar container box) On output:
- true, with as many filled in values as could be derived from the given input.
- false if no information could be derived from the given input.
| Name | PrepareCodecTypeFormat |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraCodecFormatUtils.h |
| Include Path | #include "IElectraCodecFormatUtils.h" |
bool PrepareCodecTypeFormat
(
Electra::FCodecTypeFormat & InOutCodecTypeFormat,
const FCodecTypeFormatParams & InCodecTypeFormatParams
)