Searched refs:InBand (Results 1 – 4 of 4) sorted by relevance
65 if (textTrack->trackType() == TextTrack::InBand) in getTrackIndex()163 } else if (track->trackType() == TextTrack::InBand) in invalidateTrackIndexesAfterTrack()186 } else if (track->trackType() == TextTrack::InBand) { in append()210 } else if (track->trackType() == TextTrack::InBand) { in remove()242 else if (track->trackType() == TextTrack::InBand) in contains()
47 …Track(document, client, emptyAtom, webTrack->label(), webTrack->language(), webTrack->id(), InBand) in InbandTextTrack()
115 enum TextTrackType { TrackElement, AddTrack, InBand }; enumerator
2530 if (track->trackType() == TextTrack::InBand) in removeAllInbandTracks()