mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-07 13:48:35 +02:00
- zapit: try to fix cst audio; not testet
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -99,6 +99,19 @@ class CZapitAudioChannel
|
|||||||
std::string description;
|
std::string description;
|
||||||
unsigned char componentTag;
|
unsigned char componentTag;
|
||||||
|
|
||||||
|
#if HAVE_CST_HARDWARE
|
||||||
|
enum ZapitAudioChannelType {
|
||||||
|
MPEG = 0,
|
||||||
|
AC3 = 1,
|
||||||
|
AAC = 2,
|
||||||
|
AACPLUS = 3,
|
||||||
|
DTS = 4,
|
||||||
|
LPCM = 6,
|
||||||
|
DTSHD = 0x10,
|
||||||
|
EAC3 = 0x22,
|
||||||
|
UNKNOWN
|
||||||
|
};
|
||||||
|
#else
|
||||||
enum ZapitAudioChannelType {
|
enum ZapitAudioChannelType {
|
||||||
MPEG = 1,
|
MPEG = 1,
|
||||||
AC3 = 0,
|
AC3 = 0,
|
||||||
@@ -110,6 +123,7 @@ class CZapitAudioChannel
|
|||||||
EAC3 = 0x22,
|
EAC3 = 0x22,
|
||||||
UNKNOWN
|
UNKNOWN
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
ZapitAudioChannelType audioChannelType;
|
ZapitAudioChannelType audioChannelType;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user