Метод | Описание | |
---|---|---|
AddChannel ( string channelLabel ) : void |
添加通道
|
|
AddSotChannel ( string channelLabel, string confAccessCode ) : bool |
添加通道到软终端
|
|
DisableChannel ( string channelLabel ) : void |
失效通道
|
|
Init ( InitSotParam param ) : |
软终端初始化
|
|
MonitorChannelManager ( IFrameCallback iFrameHandler, SotErrorReport errReportHandler ) : System |
构造函数
|
|
RemoveChannel ( string channelLabel ) : void |
移除通道
|
|
RemoveSotChannel ( string channelLabel ) : bool |
软终端删除通道
|
|
SendMediaData ( string channelLabel, MediaData data ) : void |
分发码流
|
Метод | Описание | |
---|---|---|
WriteLog ( NLogLevel level, string log, int len ) : uint |
写日志回调函数
|
public AddChannel ( string channelLabel ) : void | ||
channelLabel | string | |
Результат | void |
public AddSotChannel ( string channelLabel, string confAccessCode ) : bool | ||
channelLabel | string | |
confAccessCode | string | |
Результат | bool |
public DisableChannel ( string channelLabel ) : void | ||
channelLabel | string | |
Результат | void |
public Init ( InitSotParam param ) : |
||
param | InitSotParam | |
Результат |
public MonitorChannelManager ( IFrameCallback iFrameHandler, SotErrorReport errReportHandler ) : System | ||
iFrameHandler | IFrameCallback | |
errReportHandler | SotErrorReport | |
Результат | System |
public RemoveChannel ( string channelLabel ) : void | ||
channelLabel | string | |
Результат | void |
public RemoveSotChannel ( string channelLabel ) : bool | ||
channelLabel | string | |
Результат | bool |
public SendMediaData ( string channelLabel, MediaData data ) : void | ||
channelLabel | string | |
data | MediaData | 码流 |
Результат | void |