|
|
| cSampleCodecFactory (const cStructureType &oTypeDefinition) |
| |
|
| cSampleCodecFactory (const streaming::ant::IStreamType &oStreamType) |
| |
|
| cSampleCodecFactory (const ucom::ant::iobject_ptr< const streaming::ant::IStreamType > &pStreamType) |
| |
| | cSampleCodecFactory (const char *strStructName, const char *strMediaDescription, adtf_ddl::tDataRepresentation eDefaultDataRepresentation=adtf_ddl::tDataRepresentation::Deserialized) |
| |
| | cSampleCodecFactory (const adtf_ddl::cDDLComplex *pStruct, adtf_ddl::tDataRepresentation eDefaultDataRepresentation=adtf_ddl::tDataRepresentation::Deserialized) |
| |
| | cSampleCodecFactory (cSampleCodecFactory &)=default |
| |
| | cSampleCodecFactory (const cSampleCodecFactory &)=default |
| |
| | cSampleCodecFactory (cSampleCodecFactory &&)=default |
| |
|
size_t | FindIndex (const char *strElementName) const |
| |
|
size_t | FindArrayIndex (const char *strArrayName) const |
| |
|
size_t | FindStructIndex (const char *strStructName) const |
| |
|
const adtf_ddl::tStructElement & | GetStaticElement (size_t nElementIndex) const |
| |
| tResult | GetStaticElement (size_t nIndex, const adtf_ddl::tStructElement *&pElement) const |
| |
| | cSampleCodecFactory ()=default |
| |
| | cSampleCodecFactory (const char *strStructName, const char *strMediaDescription, adtf_ddl::tDataRepresentation eDefaultDataRepresentation=adtf_ddl::tDataRepresentation::Deserialized) |
| |
| | cSampleCodecFactory (const adtf_ddl::cDDLComplex *pStruct, adtf_ddl::tDataRepresentation eDefaultDataRepresentation=adtf_ddl::tDataRepresentation::Deserialized) |
| |
| | cSampleCodecFactory (cSampleCodecFactory &)=default |
| |
| | cSampleCodecFactory (const cSampleCodecFactory &)=default |
| |
| | cSampleCodecFactory (cSampleCodecFactory &&)=default |
| |
| cSampleCodecFactory & | operator= (cSampleCodecFactory &)=default |
| |
| cSampleCodecFactory & | operator= (cSampleCodecFactory &&)=default |
| |
| tResult | IsValid () const |
| |
| cStaticSampleDecoder | MakeStaticDecoderFor (const adtf::streaming::ISample &oSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| cStaticSampleCodec | MakeStaticCodecFor (adtf::streaming::ISample &oSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| cSampleDecoder | MakeDecoderFor (const adtf::streaming::ISample &oSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| cSampleCodec | MakeCodecFor (adtf::streaming::ISample &oSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| size_t | GetStaticElementCount () const |
| |
| tResult | GetStaticElement (size_t nIndex, const adtf_ddl::tStructElement *&pElement) const |
| |
| size_t | GetStaticBufferSize (adtf_ddl::tDataRepresentation eRep=adtf_ddl::tDataRepresentation::Deserialized) const |
| |
| adtf_ddl::tDataRepresentation | GetDefaultDataRepresentation () const |
| |
| cStaticSampleDecoder | MakeStaticDecoderFor (const adtf::ucom::iobject_ptr< const adtf::streaming::ISample > &pSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| cSampleDecoder | MakeDecoderFor (const adtf::ucom::iobject_ptr< const adtf::streaming::ISample > &pSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| cStaticSampleCodec | MakeStaticCodecFor (const adtf::ucom::iobject_ptr< adtf::streaming::ISample > &pSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| cSampleCodec | MakeCodecFor (const adtf::ucom::iobject_ptr< adtf::streaming::ISample > &pSample, adtf_ddl::tDataRepresentation eDataRepresentation) const |
| |
| cStaticSampleDecoder | MakeStaticDecoderFor (const adtf::ucom::iobject_ptr< const adtf::streaming::ISample > &pSample) const |
| |
| cSampleDecoder | MakeDecoderFor (const adtf::ucom::iobject_ptr< const adtf::streaming::ISample > &pSample) const |
| |
| cStaticSampleCodec | MakeStaticCodecFor (const adtf::ucom::iobject_ptr< adtf::streaming::ISample > &pSample) const |
| |
| cSampleCodec | MakeCodecFor (const adtf::ucom::iobject_ptr< adtf::streaming::ISample > &pSample) const |
| |
| cStaticSampleDecoder | MakeStaticDecoderFor (const adtf::streaming::ISample &oSample) const |
| |
| cSampleDecoder | MakeDecoderFor (const adtf::streaming::ISample &oSample) const |
| |
| cStaticSampleCodec | MakeStaticCodecFor (adtf::streaming::ISample &oSample) const |
| |
| cSampleCodec | MakeCodecFor (adtf::streaming::ISample &oSample) const |
| |
(Legacy) Factory class for ddl codecs for samples.