pub fn is_video_adaptation(a: &&AdaptationSet) -> bool
Expand description
Returns true
if this AdaptationSet contains video content.
It contains video if the contentType
attributeis
video, or the
mimeTypeattribute is
video/*(but without a codec specifying a subtitle format), or if one of its child
Representationnodes has an audio
contentTypeor
mimeType` attribute.
Note: if it’s an audio adaptation then it’s not a video adaptation (an audio adaptation means audio-only), but a video adaptation may contain audio.