Add mapping of a stream type and bypass mode and try to set alternative one if main fail

This commit is contained in:
samsamsam
2019-02-03 12:45:03 +01:00
committed by Thilo Graf
parent cb7c9874e8
commit 77cac9222f
3 changed files with 68 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ typedef enum
AUDIOTYPE_WMA_PRO = 0x21,
AUDIOTYPE_AC3_PLUS = 0x22,
AUDIOTYPE_AMR = 0x23,
AUDIOTYPE_RAW = 0xf
AUDIOTYPE_RAW = 0x30
} audio_stream_type_t;