Beispiel #1
0
 public VideoFrame(VideoStream stream, IntPtr frame)
 {
     this._vidframe = frame;
     this._stream   = stream;
 }
Beispiel #2
0
 private VideoStream(VideoStream def, IntPtr stream)
 {
     this.Player = def.Player;
     this.info   = def.info;
     this.stream = stream;
 }