d8b4d3e1 by Gary Katsevman

enumerate media types

1 parent abfa2d7a
......@@ -125,7 +125,7 @@ mediaAttributes
= attrs:mediaAttribute+
mediaAttribute
= "TYPE" "=" type:enumeratedString
= "TYPE" "=" type:mediaTypes
/ "URI" "=" uri:quotedString
/ "GROUP-ID" "=" groupId:quotedString
/ "LANGUAGE" "=" langauge:quotedString
......@@ -178,6 +178,12 @@ answer "answer"
= "YES"
/ "NO"
mediaTypes
= "AUDIO"
/ "VIDEO"
/ "SUBTITLES"
/ "CLOSED-CAPTIONS"
playlistType
= "EVENT"
/ "VOD"
......