diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-02-16 09:21:11 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-02-16 09:21:11 +0100 |
commit | eb15f7fc5e461c71a8d397d8fb34c27976876946 (patch) | |
tree | ebb4769adee81ae9c587e8583e1c7866d93099d5 /doc/example.mux | |
parent | 9d593f25423a547960d844a2c497de46213a020b (diff) | |
download | dabmux-eb15f7fc5e461c71a8d397d8fb34c27976876946.tar.gz dabmux-eb15f7fc5e461c71a8d397d8fb34c27976876946.tar.bz2 dabmux-eb15f7fc5e461c71a8d397d8fb34c27976876946.zip |
Add FIG2 options for character field and text control
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/example.mux b/doc/example.mux index caa4d2d..76d6828 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -124,7 +124,19 @@ ensemble { ; The FIG2 label can be up to 16 characters long, and is in UTF-8. ;fig2_label "ÓpêñÐigıtålRadiō" - ; There is no FIG2 short label for the moment. + ; FIG2 labels can either be sent with a character field (old spec) + ; or with a text control (new draftETSI TS 103 176 v2.2.1). + ; If unspecified, defaults to setting the text control with the values + ; shown in the example below. + ; + ;fig2_label_character_flag "0xFF00" + ; + ;fig2_label_text_control { + ; bidi false + ; base_direction "LTR" + ; contextual false + ; combining false + ;} } ; Definition of DAB services |