예제 #1
0
        internal VlcVideo(VlcMediaPlayer Player)
        {
            _Player = Player;

            _Tracks = new VlcVideoTracks(this);
        }
예제 #2
0
파일: VlcAudio.cs 프로젝트: ch4/vlcdotnet
 internal VlcAudio(VlcMediaPlayer Player)
 {
     _Player = Player;
     _Tracks = new VlcAudioTracks(this);
 }
예제 #3
0
 internal VlcAudio(VlcMediaPlayer Player)
 {
     _Player = Player;
     _Tracks = new VlcAudioTracks(this);
 }
예제 #4
0
파일: VlcVideo.cs 프로젝트: ch4/vlcdotnet
        internal VlcVideo(VlcMediaPlayer Player)
        {
            _Player = Player;

            _Tracks = new VlcVideoTracks(this);
        }