SampleSerializer for ADTF 2 Media Samples.
More...
#include <adtf2_adtf_core_media_sample_serializer.h>
|
|
| AdtfCoreMediaSampleSerializer () |
| | CTOR.
|
| |
|
| ~AdtfCoreMediaSampleSerializer () |
| | DTOR.
|
| |
| std::string | getId () const override |
| | Get the Id of the sample serializer.
|
| |
| void | setStreamType (const StreamType &stream_type) override |
| | Set the Stream Type and the serialization state of the serializer.
|
| |
| void | serialize (const WriteSample &sample, OutputStream &stream) override |
| | Serializes the sample into the given stream. These samples usually are described by the previous set stream type.
|
| |
SampleSerializer for ADTF 2 Media Samples.
◆ getId()
| std::string adtf_file::adtf2::AdtfCoreMediaSampleSerializer::getId |
( |
| ) |
const |
|
overridevirtual |
◆ serialize()
| void adtf_file::adtf2::AdtfCoreMediaSampleSerializer::serialize |
( |
const WriteSample & | sample, |
|
|
OutputStream & | stream ) |
|
overridevirtual |
Serializes the sample into the given stream. These samples usually are described by the previous set stream type.
- Parameters
-
| sample | the sample to serialize. |
| stream | the stream to write to. |
Implements adtf_file::SampleSerializer.
◆ setStreamType()
| void adtf_file::adtf2::AdtfCoreMediaSampleSerializer::setStreamType |
( |
const StreamType & | stream_type | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: