C# Class Cgw.Common.VideoPipe

实况管道类
Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Public Methods

Method Description
ReadData ( Common dataCallBack ) : void

开始读取 码流数据

Run ( ) : void

运行管道

Stop ( ) : void

回调函数

停止管道

VideoPipe ( string pipeName ) : System

构造函数,实例化命名管道

Private Methods

Method Description
ShutdownPipedStream ( ) : void

关闭管道、释放资源

namePipeDataCheck_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

ReadData() public method

开始读取 码流数据
public ReadData ( Common dataCallBack ) : void
dataCallBack Common
return void

Run() public method

运行管道
public Run ( ) : void
return void

Stop() public method

回调函数 停止管道
public Stop ( ) : void
return void

VideoPipe() public method

构造函数,实例化命名管道
public VideoPipe ( string pipeName ) : System
pipeName string
return System