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