|
ADTF File Library
|
ADTF2 stream type serializer interface class to write ADTF 2 stream types. More...
#include <adtf_file_writer.h>
Public Member Functions | |
| virtual std::string | getTypeId () const =0 |
| Get the Type Id of the serializer. | |
Public Member Functions inherited from adtf_file::StreamTypeSerializer | |
| virtual std::string | getMetaType () const =0 |
| Get the Meta Type name for which the serializer serializes stream types. | |
| virtual void | serialize (const StreamType &stream_type, OutputStream &stream) const =0 |
| serializes the given stream type into the output stream | |
ADTF2 stream type serializer interface class to write ADTF 2 stream types.
|
pure virtual |
Get the Type Id of the serializer.
Implemented in adtf_file::adtf2::AdtfCoreMediaTypeAudioSerializer, adtf_file::adtf2::AdtfCoreMediaTypeSerializer, and adtf_file::adtf2::AdtfCoreMediaTypeVideoSerializer.