C# 클래스 CSharpRTMP.Core.Protocols.Rtmp.SO

파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Application BaseClientApplication
IsPersistent bool
Name string
Payload Variant

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ToPrimitives ( List info ) : Variant

메소드 상세

Clear() 공개 메소드

public Clear ( BaseProtocol pFrom = null ) : void
pFrom BaseProtocol
리턴 void

DumpTrack() 공개 메소드

public DumpTrack ( ) : string
리턴 string

HasProperty() 공개 메소드

public HasProperty ( string propertyName ) : bool
propertyName string
리턴 bool

RegisterProtocol() 공개 메소드

public RegisterProtocol ( BaseProtocol protocol ) : void
protocol BaseProtocol
리턴 void

SO() 공개 메소드

public SO ( BaseClientApplication app, string name, bool persistent ) : System
app BaseClientApplication
name string
persistent bool
리턴 System

Send() 공개 메소드

public Send ( Variant primitive, BaseProtocol from ) : void
primitive Variant
from BaseProtocol
리턴 void

Set() 공개 메소드

public Set ( string key, Variant value, BaseProtocol pFrom = null ) : Variant
key string
value Variant
pFrom BaseProtocol
리턴 Variant

Track() 공개 메소드

public Track ( ) : void
리턴 void

UnRegisterProtocol() 공개 메소드

public UnRegisterProtocol ( BaseProtocol protocol ) : bool
protocol BaseProtocol
리턴 bool

UnSet() 공개 메소드

public UnSet ( string key, BaseProtocol pFrom = null ) : void
key string
pFrom BaseProtocol
리턴 void

this() 공개 메소드

public this ( string key ) : Variant
key string
리턴 Variant

프로퍼티 상세

Application 공개적으로 프로퍼티

public BaseClientApplication Application
리턴 BaseClientApplication

IsPersistent 공개적으로 프로퍼티

public bool IsPersistent
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Payload 공개적으로 프로퍼티

public Variant Payload
리턴 Variant