|
ADTF
|
#include <ddl/codec/leaf_value_access.h>Go to the source code of this file.
Namespaces | |
| namespace | adtf |
| Namespace for all functionality provided by ADTF and its SDKs. | |
| namespace | adtf::mediadescription |
| Namespace for the ADTF Mediadescription SDK. | |
Typedefs | |
| using | adtf::mediadescription::penguin::tLeafCodecIndex = ddl::codec::LeafCodecIndex |
| redefitnion for a ddl::codec::LeafCodecIndex | |
| using | adtf::mediadescription::tLeafCodecIndex |
| redefitnion for a ddl::codec::LeafCodecIndex | |
Functions | |
| template<typename T> | |
| std::vector< tLeafCodecIndex > | adtf::mediadescription::penguin::get_leaf_codec_indices (const T &oDecoderOrFactory, ddl::DataRepresentation rep) |
| Get the leaf indices object. | |
| template<typename T> | |
| std::vector< tLeafCodecIndex > | adtf::mediadescription::get_leaf_codec_indices (const T &oDecoderOrFactory, ddl::DataRepresentation rep) |
| Get the leaf indices object. | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| std::vector< tLeafCodecIndex > adtf::mediadescription::penguin::get_leaf_codec_indices | ( | const T & | oDecoderOrFactory, |
| ddl::DataRepresentation | rep ) |
Get the leaf indices object.
| T | The type of the decoder or factory to retrieve all leaf indices from. |
| oDecoderOrFactory | The decoder or factory to retrieve all indices from. |
| rep | Datarepresentation of the leaf layout to extract from codec index |