|
static element_type | getElement (access_type &access, const std::string &full_element_name) |
| Get a element object for the given full_element_name . More...
|
|
static element_type | getElement (access_type &access, const index_type &index) |
| Get a element object for the given index . More...
|
|
template<typename T > |
static void | setValue (access_type &access, const index_type &index, const T &value) |
| Set the value from the given value . More...
|
|
static void | setVariantValue (access_type &access, const index_type &index, const a_util::variant::Variant &value) |
| Sets the value from value as variant. More...
|
|
static void | setStringValue (access_type &access, const index_type &index, const std::string &value) |
| Sets the value from value as string. More...
|
|
static void | setRawValue (access_type &access, const index_type &index, const void *value, size_t value_size) |
| Set the value by copying from a value buffer. More...
|
|
static void * | getAddress (access_type &access, const index_type &index) |
| Get the address (with write access) More...
|
|
static element_type | getElement (access_type &access, const std::string &full_element_name) |
| Get a element object for the given full_element_name . More...
|
|
static element_type | getElement (access_type &access, const index_type &index) |
| Get a element object for the given index . More...
|
|
static size_t | getChildCount (access_type &access, const index_type &index) |
| Get the Child Count. More...
|
|
static std::string | getFullName (access_type &access, const index_type &index) |
| Get the full name of the element within its main structure. More...
|
|
static std::string | getName (access_type &access, const index_type &index) |
| Get the name of the element within its level structure. More...
|
|
static std::string | getBaseName (access_type &access, const index_type &index) |
| Get the base name of the element within its level structure. More...
|
|
template<typename T > |
static T | getValue (access_type &access, const index_type &index) |
| Get the value. More...
|
|
static a_util::variant::Variant | getVariantValue (access_type &access, const index_type &index) |
| Get the value as variant. More...
|
|
static std::string | getStringValue (access_type &access, const index_type &index) |
| Get the value as string. More...
|
|
static void | getRawValue (access_type &access, const index_type &index, void *value, size_t value_size) |
| Get the value by copy to the given value buffer. More...
|
|
static const void * | getAddress (access_type &access, const index_type &index) |
| Get the address. More...
|
|
static void | resolve (access_type &access, index_type &index) |
| Resolves the given CodecIndex and set the layout information. More...
|
|
template<typename AccessType>
class adtf::mediadescription::osborn::sample_codec_access< AccessType >
Implementation for codec access concept (ddl::codec::CodecElementAccess).
- Template Parameters
-
AccessType | The adtf access type to use. |
Definition at line 210 of file sample_codec_access_types.h.