Свойство | Тип | Описание | |
---|---|---|---|
CreationTimestamp | System.DateTime | ||
CustomParameters | Variant | ||
Id | uint | ||
Type | ulong | ||
_idGenerator | uint |
Свойство | Тип | Описание | |
---|---|---|---|
_application | BaseClientApplication | ||
_enqueueForDelete | bool | ||
_farProtocol | |||
_gracefullyEnqueueForDelete | bool | ||
_nearProtocol |
Метод | Описание | |
---|---|---|
AllowFarProtocol ( ulong type ) : bool | ||
AllowNearProtocol ( ulong type ) : bool | ||
Dispose ( ) : void | ||
EnqueueForDelete ( ) : void | ||
EnqueueForOutbound ( |
||
GetDecodedBytesCount ( ) : ulong | ||
GetStackStats ( Variant info, uint namespaceId ) : Variant | ||
GetStats ( Variant info, uint namespaceId ) : void | ||
GracefullyEnqueueForDelete ( bool fromFarSide = true ) : void | ||
Initialize ( Variant parameters ) : bool | ||
ReadyForSend ( ) : void | ||
ResetFarProtocol ( ) : void | ||
SignalInputData ( |
||
SignalInputData ( int recAmount ) : bool | ||
TimePeriodElapsed ( ) : bool |
Метод | Описание | |
---|---|---|
BaseProtocol ( ) : System |
public AllowFarProtocol ( ulong type ) : bool | ||
type | ulong | |
Результат | bool |
public AllowNearProtocol ( ulong type ) : bool | ||
type | ulong | |
Результат | bool |
public EnqueueForOutbound ( |
||
outputStream | ||
offset | int | |
Результат | bool |
public GetStackStats ( Variant info, uint namespaceId ) : Variant | ||
info | Variant | |
namespaceId | uint | |
Результат | Variant |
public GetStats ( Variant info, uint namespaceId ) : void | ||
info | Variant | |
namespaceId | uint | |
Результат | void |
public GracefullyEnqueueForDelete ( bool fromFarSide = true ) : void | ||
fromFarSide | bool | |
Результат | void |
public Initialize ( Variant parameters ) : bool | ||
parameters | Variant | |
Результат | bool |
public SignalInputData ( |
||
inputStream | ||
address | ||
Результат | bool |
public SignalInputData ( int recAmount ) : bool | ||
recAmount | int | |
Результат | bool |
public DateTime,System CreationTimestamp | ||
Результат | System.DateTime |
protected BaseClientApplication _application | ||
Результат | BaseClientApplication |
protected BaseProtocol,CSharpRTMP.Core.Protocols _farProtocol | ||
Результат |
protected bool _gracefullyEnqueueForDelete | ||
Результат | bool |