diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 13:54:24 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 13:54:24 +0200 |
commit | f8ee21192238bb5858db9c473dde711e4584dc6a (patch) | |
tree | 930f8619c460b7484fe9d5420aaaf2f5d834e3ad /doc/example.mux | |
parent | 56b5c6ae12136c1c24a8e8f6d001d72bf01b0967 (diff) | |
download | dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.tar.gz dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.tar.bz2 dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.zip |
Add possibility to set several user application types in FIG0/13
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index 862906f..92a644d 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -260,6 +260,11 @@ components { comp-ri { service srv-ri subchannel sub-ri + + ; If the programme contains slideshow, please also specify the user-application: + user-applications { + userapp "slideshow" + } } } |