summaryrefslogtreecommitdiff
path: root/inc/profiles/ac3.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/profiles/ac3.h')
-rw-r--r--inc/profiles/ac3.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/inc/profiles/ac3.h b/inc/profiles/ac3.h
new file mode 100644
index 0000000..1d1ccf2
--- /dev/null
+++ b/inc/profiles/ac3.h
@@ -0,0 +1,24 @@
+/*
+ * File: profiles_ac3.h
+ * Author: savop
+ *
+ * Created on 7. Dezember 2009, 13:04
+ */
+
+#ifndef _PROFILES_AC3_H
+#define _PROFILES_AC3_H
+
+#include "profile_data.h"
+
+extern DLNAProfile DLNA_PROFILE_AC3; ///< DLNA AC3
+
+class cAC3Profiler : public cDLNAProfiler, public cAudioProfiler {
+public:
+ virtual DLNAProfile* probeDLNAProfile(AVFormatContext* FormatCtx);
+ virtual AudioPortionProfile probeAudioProfile(AVFormatContext* FormatCtx);
+};
+
+extern cAC3Profiler AC3Profiler;
+
+#endif /* _PROFILES_AC3_H */
+