ADTF
Loading...
Searching...
No Matches
ddl_dumper.h
Go to the documentation of this file.
1
7#pragma once
8#include "ddl_usage.h"
9#include <iostream>
10#include <string>
11
12#ifdef USE_ADTF_MEDIA_DESCRIPTION_LEGACY
13 #ifndef NO_ADTF_MEDIA_DESCRIPTION_LEGACY
14 #include "legacy/dumper_legacy.h"
15 #endif
16#endif
17
18namespace adtf
19{
20namespace mediadescription
21{
22namespace osborn
23{
37{
38public:
43 cDumper(const ddl::DDStructure& oStructure);
44
49 void PrintTo(std::ostream& oStream) const;
50
51private:
52 std::string m_strDescriptionDump;
53};
54
61std::ostream& operator<<(std::ostream& oStream, const cDumper& oDumper);
62
63} // namespace osborn
64
65using osborn::cDumper;
66
67} // namespace mediadescription
68} // namespace adtf
cDumper(const ddl::DDStructure &oStructure)
Definition ddl_dumper.h:37
void PrintTo(std::ostream &oStream) const
cDumper(const ddl::DDStructure &oStructure)
Utility class for a complete valid data definition of one StructType and its dependencies....
Definition ddstructure.h:57
Namespace for all functionality of the ADTF Mediadescription SDK provided since v3....
Definition codec_sample_streamer.h:24
std::ostream & operator<<(std::ostream &oStream, const cDumper &oDumper)
Namespace for the ADTF Mediadescription SDK.
Definition codec_sample_streamer.h:22
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14