Postby samithawijedasa » 15 Aug 2013 18:34
How does libvlc_media_player_next_frame() behaves on a multi video track file like .mkv. If the .mkv file is consisted of 3 video tracks and after they are opened in 3 simultaneous windows (vlc opens them and plays simultaneously), when libvlc_media_player_next_frame() is executed it only affects on one stream. Can it operate on three video tracks currently opened in different windows simultaneously ?