C# 클래스 RTMP.AmfObject

파일 보기 프로젝트 열기: Austech/RTMP-CSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Booleans bool>.Dictionary
CurrentProperty string
Nulls uint
Numbers double>.Dictionary
Objects AmfObject>.Dictionary
Strings string>.Dictionary

공개 메소드들

메소드 설명
AmfObject ( ) : System

메소드 상세

AmfObject() 공개 메소드

public AmfObject ( ) : System
리턴 System

프로퍼티 상세

Booleans 공개적으로 프로퍼티

public Dictionary Booleans
리턴 bool>.Dictionary

CurrentProperty 공개적으로 프로퍼티

public string CurrentProperty
리턴 string

Nulls 공개적으로 프로퍼티

public uint Nulls
리턴 uint

Numbers 공개적으로 프로퍼티

public Dictionary Numbers
리턴 double>.Dictionary

Objects 공개적으로 프로퍼티

public Dictionary Objects
리턴 AmfObject>.Dictionary

Strings 공개적으로 프로퍼티

public Dictionary Strings
리턴 string>.Dictionary