C# Class CgwMonitorManage.Common.VideoPipe

Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Public Methods

Method Description
Run ( ) : void

运行管道

SenderData ( MediaData mediaData ) : void

开始发送码流数据

Stop ( ) : void

回调函数

停止管道

VideoPipe ( string pipeName ) : System

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

Private Methods

Method Description
ShutdownPipedStream ( ) : void

关闭管道、释放资源

Method Details

Run() public method

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

SenderData() public method

开始发送码流数据
public SenderData ( MediaData mediaData ) : void
mediaData MediaData
return void

Stop() public method

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

VideoPipe() public method

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