Searched refs:InBand (Results 1 – 3 of 3) sorted by relevance
74 if (textTrack->trackType() == TextTrack::InBand) in getTrackIndex()172 } else if (track->trackType() == TextTrack::InBand) { in invalidateTrackIndexesAfterTrack()196 } else if (track->trackType() == TextTrack::InBand) { in append()220 } else if (track->trackType() == TextTrack::InBand) { in remove()256 else if (track->trackType() == TextTrack::InBand) in contains()
48 : TextTrack(emptyAtom, webTrack->label(), webTrack->language(), webTrack->id(), InBand) in InbandTextTrack()
98 enum TextTrackType { TrackElement, AddTrack, InBand }; enumerator