Ejemplo n.º 1
0
        internal VlmStream(VideoLanManager Vlm, string Name)
        {
            this.Vlm = Vlm;
            _Name    = Name;

            //Initalize our exception pointer
            p_exception = new libvlc_exception_t();
            p_exception.Initalize();
        }
Ejemplo n.º 2
0
        internal VlmStream(VideoLanManager Vlm, string Name)
        {
            this.Vlm = Vlm;
            _Name = Name;

            //Initalize our exception pointer
            p_exception = new libvlc_exception_t();
            p_exception.Initalize();
        }
Ejemplo n.º 3
0
 internal VlmVodStream(VideoLanManager Vlm, string Name)
     : base(Vlm, Name)
 {
 }
Ejemplo n.º 4
0
 internal VlmVodStream(VideoLanManager Vlm, string Name)
     : base(Vlm, Name)
 {
 }
Ejemplo n.º 5
0
 internal VlmBroadcastStream(VideoLanManager Vlm, string Name)
     : base(Vlm, Name)
 {
 }
Ejemplo n.º 6
0
 internal VlmBroadcastStream(VideoLanManager Vlm, string Name)
     : base(Vlm, Name)
 {
 }