VideoTrackList
public protocol VideoTrackList : MediaTrackListA VideoTrackList lists all available VideoTrack objects that the player can play.
- 
                  
                  Adds the given event listener of the given VideoTrackListEventType. Remark When attaching a listener on the wrong object the application will crash. DeclarationSwift func addEventListener<E>(type: EventType<E>, listener: @escaping (E) -> ()) -> EventListener where E : EventProtocolParameterstypeVideoTrackListEventType of the added event listener. listenerClosure called when event is dispatched. Return ValueEventListener that can be removed. 
- 
                  
                  Removes the given event listener of the given VideoTrackListEventType. DeclarationSwift func removeEventListener<E>(type: EventType<E>, listener: EventListener) where E : EventProtocolParameterstypeVideoTrackListEventType of the removed event listener. listenerEventListener object that has been return on addEventListener. 
 VideoTrackList Protocol Reference
      VideoTrackList Protocol Reference