VideoStream - stream downloader
Inheritance: IVideoSource
コード例 #1
0
 // Constructor
 public Grabber(VideoStream parent)
 {
     this.parent = parent;
 }
コード例 #2
0
ファイル: VideoStream.cs プロジェクト: zhuangyy/Motion
 // Constructor
 public Grabber(VideoStream parent)
 {
     this.parent = parent;
 }