DolbyEProgramConfig
The Dolby E "program configuration" (DP prog_conf): how the carried
channels are partitioned into independent programs. Enum values equal the
numeric prog_conf the SDK expects. Names use Dolby’s "+"/"x" shorthand.
Name |
Number |
Description |
DOLBY_E_PROG_5_1_PLUS_2 |
0 |
5.1+2 |
DOLBY_E_PROG_5_1_PLUS_1_1 |
1 |
5.1+1+1 |
DOLBY_E_PROG_4_PLUS_4 |
2 |
4+4 |
DOLBY_E_PROG_4_PLUS_2_2 |
3 |
4+2+2 |
DOLBY_E_PROG_4_PLUS_2_1_1 |
4 |
4+2+1+1 |
DOLBY_E_PROG_4_PLUS_1_1_1_1 |
5 |
4+1+1+1+1 |
DOLBY_E_PROG_2_2_2_2 |
6 |
2+2+2+2 |
DOLBY_E_PROG_2_2_2_1_1 |
7 |
2+2+2+1+1 |
DOLBY_E_PROG_2_2_1_1_1_1 |
8 |
2+2+1+1+1+1 |
DOLBY_E_PROG_2_1_1_1_1_1_1 |
9 |
2+1+1+1+1+1+1 |
DOLBY_E_PROG_MONO_X8 |
10 |
1x8 |
DOLBY_E_PROG_5_1 |
11 |
5.1 |
DOLBY_E_PROG_4_PLUS_2 |
12 |
4+2 |
DOLBY_E_PROG_4_PLUS_1_1 |
13 |
4+1+1 |
DOLBY_E_PROG_2_2_2 |
14 |
2+2+2 |
DOLBY_E_PROG_2_2_1_1 |
15 |
2+2+1+1 |
DOLBY_E_PROG_2_1_1_1_1 |
16 |
2+1+1+1+1 |
DOLBY_E_PROG_MONO_X6 |
17 |
1x6 |
DOLBY_E_PROG_4 |
18 |
4 |
DOLBY_E_PROG_2_PLUS_2 |
19 |
2+2 |
DOLBY_E_PROG_2_PLUS_1_1 |
20 |
2+1+1 |
DOLBY_E_PROG_MONO_X4 |
21 |
1x4 |