diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-02 12:28:19 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-02 12:28:19 +0200 |
commit | ca7dd07261de50576590fea227c8fbf345282e1f (patch) | |
tree | 3a25dab3e1af8b5891cad9f3a4c32d1ffb39b733 /doc/example.mux | |
parent | f5b16079b7174a04160cf265b6362311fb497e62 (diff) | |
download | dabmux-ca7dd07261de50576590fea227c8fbf345282e1f.tar.gz dabmux-ca7dd07261de50576590fea227c8fbf345282e1f.tar.bz2 dabmux-ca7dd07261de50576590fea227c8fbf345282e1f.zip |
Add the possibility to specify protection profile
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/example.mux b/doc/example.mux index f5a2476..65127d9 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -104,7 +104,20 @@ subchannels { nonblock false bitrate 128 id 10 - protection 5 + + ; type audio subchannels automatically use + ; UEP, unless the bitrate is 8, 16, 24, 40 or 144kbit/s + ; (EN 300 401 Clause 6.2.1) + ; this can be overridden with the option protection-profile + protection-profile EEP_A + ; supported options: UEP (use only for type audio!) + ; EEP_A (for all bitrates) + ; EEP_B (bitrates multiple of 32kbit/s) + + ; Set the protection level, possible values depend + ; on the protection profile: + ; UEP profile: 1 to 5; EEP profiles: 1 to 4 + protection 4 } sub-lu { type audio |