ITextTrackCueList public interface ITextTrackCueList : IEnumerable<ITextTrackCue>, IEnumerable Contains a list of text cues. Documentation Code ITextTrackCue this[int index] { get; } Gets the cue at the given index. int Length { get; } Gets the number of cues. IVideoTrack GetCueById(string id) Gets the cue with the specified id.