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