Beispiel #1
0
 public virtual void MediaPlayerBuffering(int cache)
 {
     DVLCEvents_MediaPlayerBufferingEvent mediaplayerbufferingEvent = new DVLCEvents_MediaPlayerBufferingEvent(cache);
     this.parent.RaiseOnMediaPlayerBuffering(this.parent, mediaplayerbufferingEvent);
 }
Beispiel #2
0
 internal void RaiseOnMediaPlayerBuffering(object sender, DVLCEvents_MediaPlayerBufferingEvent e)
 {
     if ((this.MediaPlayerBuffering != null)) {
         this.MediaPlayerBuffering(sender, e);
     }
 }
 private void axVLCPlugin21_MediaPlayerBuffering(object sender, DVLCEvents_MediaPlayerBufferingEvent e)
 {
 }