Свойство | Тип | Описание | |
---|---|---|---|
InStreams | InClusterStream>.Dictionary | ||
SOs | HashSet |
Метод | Описание | |
---|---|---|
Broadcast ( uint appId, BaseProtocol pFrom, Variant invokeInfo ) : void | ||
Deserialize ( ) : Variant | ||
GetRoom ( string appName ) : BaseClientApplication | ||
GetRoom ( uint appId ) : BaseClientApplication | ||
PlayStream ( uint appId, string streamName ) : void | ||
PublishStream ( uint appId, IInStream inNetStream, string type = "live" ) : void | ||
Send ( ClusterMessageType type ) : void | ||
Send ( ClusterMessageType type, Action |
||
Send ( ClusterMessageType type, |
||
Send ( ClusterMessageType type, object message ) : void | ||
Send ( ClusterMessageType type, uint streamId, Stream pData, uint dataLength, uint processedLength, uint totalLength, uint absoluteTimestamp ) : void | ||
SharedObjectTrack ( BaseClientApplication app, string name, uint version, bool isPersistent, Variant primitives ) : void | ||
SignalInputData ( int recAmount ) : bool |
Метод | Описание | |
---|---|---|
FeedData ( bool isAudio ) : void | ||
OnReceive ( ClusterMessageType type ) : void |
public Broadcast ( uint appId, BaseProtocol pFrom, Variant invokeInfo ) : void | ||
appId | uint | |
pFrom | BaseProtocol | |
invokeInfo | Variant | |
Результат | void |
public GetRoom ( string appName ) : BaseClientApplication | ||
appName | string | |
Результат | BaseClientApplication |
public GetRoom ( uint appId ) : BaseClientApplication | ||
appId | uint | |
Результат | BaseClientApplication |
protected OnReceive ( ClusterMessageType type ) : void | ||
type | ClusterMessageType | |
Результат | void |
public PlayStream ( uint appId, string streamName ) : void | ||
appId | uint | |
streamName | string | |
Результат | void |
public PublishStream ( uint appId, IInStream inNetStream, string type = "live" ) : void | ||
appId | uint | |
inNetStream | IInStream | |
type | string | |
Результат | void |
public Send ( ClusterMessageType type ) : void | ||
type | ClusterMessageType | |
Результат | void |
public Send ( ClusterMessageType type, Action |
||
type | ClusterMessageType | |
writeAction | Action |
|
Результат | void |
public Send ( ClusterMessageType type, |
||
type | ClusterMessageType | |
message | ||
Результат | void |
public Send ( ClusterMessageType type, object message ) : void | ||
type | ClusterMessageType | |
message | object | |
Результат | void |
public Send ( ClusterMessageType type, uint streamId, Stream pData, uint dataLength, uint processedLength, uint totalLength, uint absoluteTimestamp ) : void | ||
type | ClusterMessageType | |
streamId | uint | |
pData | Stream | |
dataLength | uint | |
processedLength | uint | |
totalLength | uint | |
absoluteTimestamp | uint | |
Результат | void |
public SharedObjectTrack ( BaseClientApplication app, string name, uint version, bool isPersistent, Variant primitives ) : void | ||
app | BaseClientApplication | |
name | string | |
version | uint | |
isPersistent | bool | |
primitives | Variant | |
Результат | void |
public SignalInputData ( int recAmount ) : bool | ||
recAmount | int | |
Результат | bool |