Exemplo n.º 1
0
 /// <summary>
 /// Returns a list of the video tracks in the playing media. Returns null if no video tracks are present. See also: Player.Video.Track and Player.Video.TrackCount.
 /// </summary>
 public VideoTrack[] GetTracks()
 {
     return(_base.AV_GetVideoTracks());
 }