Exemplo n.º 1
0
        internal VlcVideo(VlcMediaPlayer Player)
        {
            _Player = Player;

            _Tracks = new VlcVideoTracks(this);
        }
Exemplo n.º 2
0
 internal VlcAudio(VlcMediaPlayer Player)
 {
     _Player = Player;
     _Tracks = new VlcAudioTracks(this);
 }
Exemplo n.º 3
0
 internal VlcAudio(VlcMediaPlayer Player)
 {
     _Player = Player;
     _Tracks = new VlcAudioTracks(this);
 }
Exemplo n.º 4
0
        internal VlcVideo(VlcMediaPlayer Player)
        {
            _Player = Player;

            _Tracks = new VlcVideoTracks(this);
        }