aboutsummaryrefslogtreecommitdiff
path: root/src/src.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.h')
-rw-r--r--src/src.h52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/src.h b/src/src.h
new file mode 100644
index 0000000..39be5ce
--- /dev/null
+++ b/src/src.h
@@ -0,0 +1,52 @@
+#ifndef MP4V2_IMPL_SRC_H
+#define MP4V2_IMPL_SRC_H
+
+///////////////////////////////////////////////////////////////////////////////
+
+#include "libplatform/platform.h"
+#include <mp4v2/mp4v2.h>
+
+///////////////////////////////////////////////////////////////////////////////
+
+namespace mp4v2 { namespace impl {
+ using namespace mp4v2::platform;
+ using io::File;
+ using io::FileSystem;
+}} // namspace mp4v2::impl
+
+///////////////////////////////////////////////////////////////////////////////
+
+#include "text.h"
+#include "enum.h"
+#include "exception.h"
+
+#include "bmff/typebmff.h"
+#include "itmf/type.h"
+
+#include "util.h"
+#include "mp4error.h"
+#include "mp4util.h"
+#include "mp4array.h"
+#include "mp4track.h"
+#include "mp4file.h"
+#include "mp4property.h"
+#include "mp4container.h"
+
+#include "mp4atom.h"
+#include "atoms.h"
+
+#include "bmff/bmff.h"
+#include "itmf/itmf.h"
+#include "qtff/qtff.h"
+
+#include "mp4descriptor.h"
+#include "descriptors.h"
+#include "ocidescriptors.h"
+
+#include "qosqualifiers.h"
+#include "odcommands.h"
+#include "rtphint.h"
+
+///////////////////////////////////////////////////////////////////////////////
+
+#endif // MP4V2_IMPL_SRC_H