summaryrefslogtreecommitdiff
path: root/inc/profiles/mpa.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/profiles/mpa.h')
-rw-r--r--inc/profiles/mpa.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/inc/profiles/mpa.h b/inc/profiles/mpa.h
new file mode 100644
index 0000000..9110bc0
--- /dev/null
+++ b/inc/profiles/mpa.h
@@ -0,0 +1,25 @@
+/*
+ * File: profiles_mp3.h
+ * Author: savop
+ *
+ * Created on 7. Dezember 2009, 13:08
+ */
+
+#ifndef _PROFILES_MP3_H
+#define _PROFILES_MP3_H
+
+#include "profile_data.h"
+
+extern DLNAProfile DLNA_PROFILE_MP3; ///< DLNA MP3
+extern DLNAProfile DLNA_PROFILE_MP3X; ///< MP3x
+
+class cMPEGAudioProfiler : public cDLNAProfiler, public cAudioProfiler {
+public:
+ virtual AudioPortionProfile probeAudioProfile(AVFormatContext* FormatCtx);
+ virtual DLNAProfile* probeDLNAProfile(AVFormatContext* FormatCtx);
+};
+
+extern cMPEGAudioProfiler MPEGAudioProfiler;
+
+#endif /* _PROFILES_MP3_H */
+