|
ADTF File Library
|
#include <substream_utilities.h>
Public Member Functions | |
| bool | operator== (const SubstreamProperties &rhs) const |
| std::shared_ptr< StreamType > | createStreamType () const |
| void | copyToStreamType (PropertyStreamType &type) const |
Struct that stores all information of a substream.
| void adtf_file::adtf3::SubstreamProperties::copyToStreamType | ( | PropertyStreamType & | type | ) | const |
Fills the given type with the type information of this substream.
| [out] | type | The type instance where the properties should be set. |
| std::shared_ptr< StreamType > adtf_file::adtf3::SubstreamProperties::createStreamType | ( | ) | const |
| bool adtf_file::adtf3::SubstreamProperties::operator== | ( | const SubstreamProperties & | rhs | ) | const |
Check for equality
| [in] | rhs | Instance to compare this to. |