Property | Type | Description | |
---|---|---|---|
GotAppIdTasks | GotAppIdDelegate>.Dictionary | ||
OutboundCluster | |||
ReconnectTimer | System.Timers.Timer |
Method | Description | |
---|---|---|
Broadcast ( uint appId, BaseProtocol pFrom, Variant invokeInfo ) : void | ||
CallAppFunction ( uint appId, string functionName, Variant invoke ) : void | ||
ConnectOutboundCluster ( ) : bool | ||
GetAppId ( string appName ) : uint | ||
OnAppListSynchronization ( |
||
OnSOCreated ( |
||
PlayStream ( uint appId, string streamName ) : void | ||
PublishStream ( uint appId, IInStream inStream, string type = "live" ) : void | ||
RegisterProtocol ( BaseProtocol protocol ) : void | ||
SlaveClusterAppProtocolHandler ( Variant configuration ) : System | ||
UnRegisterProtocol ( BaseProtocol protocol ) : void |
Method | Description | |
---|---|---|
ReconnectTimer_Elapsed ( object sender, System e ) : void |
public Broadcast ( uint appId, BaseProtocol pFrom, Variant invokeInfo ) : void | ||
appId | uint | |
pFrom | BaseProtocol | |
invokeInfo | Variant | |
return | void |
public CallAppFunction ( uint appId, string functionName, Variant invoke ) : void | ||
appId | uint | |
functionName | string | |
invoke | Variant | |
return | void |
public OnAppListSynchronization ( |
||
dirty | ||
return | void |
public OnSOCreated ( |
||
so | ||
return | void |
public PlayStream ( uint appId, string streamName ) : void | ||
appId | uint | |
streamName | string | |
return | void |
public PublishStream ( uint appId, IInStream inStream, string type = "live" ) : void | ||
appId | uint | |
inStream | IInStream | |
type | string | |
return | void |
public RegisterProtocol ( BaseProtocol protocol ) : void | ||
protocol | BaseProtocol | |
return | void |
public SlaveClusterAppProtocolHandler ( Variant configuration ) : System | ||
configuration | Variant | |
return | System |
public UnRegisterProtocol ( BaseProtocol protocol ) : void | ||
protocol | BaseProtocol | |
return | void |
public Dictionary |
||
return | GotAppIdDelegate>.Dictionary |
public OutboundClusterProtocol,CSharpRTMP.Core.Protocols.Cluster OutboundCluster | ||
return |