C# Class CSharpRTMP.Core.Protocols.Rtmp.SO

Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Application BaseClientApplication
IsPersistent bool
Name string
Payload Variant

Méthodes publiques

Méthode Description
Clear ( BaseProtocol pFrom = null ) : void
DumpTrack ( ) : string
HasProperty ( string propertyName ) : bool
RegisterProtocol ( BaseProtocol protocol ) : void
SO ( BaseClientApplication app, string name, bool persistent ) : System
Send ( Variant primitive, BaseProtocol from ) : void
Set ( string key, Variant value, BaseProtocol pFrom = null ) : Variant
Track ( ) : void
UnRegisterProtocol ( BaseProtocol protocol ) : bool
UnSet ( string key, BaseProtocol pFrom = null ) : void
this ( string key ) : Variant

Private Methods

Méthode Description
ToPrimitives ( List info ) : Variant

Method Details

Clear() public méthode

public Clear ( BaseProtocol pFrom = null ) : void
pFrom BaseProtocol
Résultat void

DumpTrack() public méthode

public DumpTrack ( ) : string
Résultat string

HasProperty() public méthode

public HasProperty ( string propertyName ) : bool
propertyName string
Résultat bool

RegisterProtocol() public méthode

public RegisterProtocol ( BaseProtocol protocol ) : void
protocol BaseProtocol
Résultat void

SO() public méthode

public SO ( BaseClientApplication app, string name, bool persistent ) : System
app BaseClientApplication
name string
persistent bool
Résultat System

Send() public méthode

public Send ( Variant primitive, BaseProtocol from ) : void
primitive Variant
from BaseProtocol
Résultat void

Set() public méthode

public Set ( string key, Variant value, BaseProtocol pFrom = null ) : Variant
key string
value Variant
pFrom BaseProtocol
Résultat Variant

Track() public méthode

public Track ( ) : void
Résultat void

UnRegisterProtocol() public méthode

public UnRegisterProtocol ( BaseProtocol protocol ) : bool
protocol BaseProtocol
Résultat bool

UnSet() public méthode

public UnSet ( string key, BaseProtocol pFrom = null ) : void
key string
pFrom BaseProtocol
Résultat void

this() public méthode

public this ( string key ) : Variant
key string
Résultat Variant

Property Details

Application public_oe property

public BaseClientApplication Application
Résultat BaseClientApplication

IsPersistent public_oe property

public bool IsPersistent
Résultat bool

Name public_oe property

public string Name
Résultat string

Payload public_oe property

public Variant Payload
Résultat Variant