enumerate media types
Showing
1 changed file
with
7 additions
and
1 deletions
... | @@ -125,7 +125,7 @@ mediaAttributes | ... | @@ -125,7 +125,7 @@ mediaAttributes |
125 | = attrs:mediaAttribute+ | 125 | = attrs:mediaAttribute+ |
126 | 126 | ||
127 | mediaAttribute | 127 | mediaAttribute |
128 | = "TYPE" "=" type:enumeratedString | 128 | = "TYPE" "=" type:mediaTypes |
129 | / "URI" "=" uri:quotedString | 129 | / "URI" "=" uri:quotedString |
130 | / "GROUP-ID" "=" groupId:quotedString | 130 | / "GROUP-ID" "=" groupId:quotedString |
131 | / "LANGUAGE" "=" langauge:quotedString | 131 | / "LANGUAGE" "=" langauge:quotedString |
... | @@ -178,6 +178,12 @@ answer "answer" | ... | @@ -178,6 +178,12 @@ answer "answer" |
178 | = "YES" | 178 | = "YES" |
179 | / "NO" | 179 | / "NO" |
180 | 180 | ||
181 | mediaTypes | ||
182 | = "AUDIO" | ||
183 | / "VIDEO" | ||
184 | / "SUBTITLES" | ||
185 | / "CLOSED-CAPTIONS" | ||
186 | |||
181 | playlistType | 187 | playlistType |
182 | = "EVENT" | 188 | = "EVENT" |
183 | / "VOD" | 189 | / "VOD" | ... | ... |
-
Please register or sign in to post a comment