C# 클래스 RTMP.AmfReader

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

공개 프로퍼티들

프로퍼티 타입 설명
amfData AmfData

공개 메소드들

메소드 설명
AmfReader ( ) : System
Parse ( EndianBinaryReader reader, uint size ) : void

비공개 메소드들

메소드 설명
parseType ( Amf0Types type, EndianBinaryReader reader, uint &Nulls, List Numbers = null, List Booleans = null, List Strings = null, string>.Dictionary objectStrings = null, double>.Dictionary objectNumbers = null, bool>.Dictionary objectBooleans = null, string property = "" ) : void

메소드 상세

AmfReader() 공개 메소드

public AmfReader ( ) : System
리턴 System

Parse() 공개 메소드

public Parse ( EndianBinaryReader reader, uint size ) : void
reader MiscUtil.IO.EndianBinaryReader
size uint
리턴 void

프로퍼티 상세

amfData 공개적으로 프로퍼티

public AmfData,RTMP amfData
리턴 AmfData