C# Class RTMP.AmfReader

Mostra file Open project: Austech/RTMP-CSharp Class Usage Examples

Public Properties

Property Type Description
amfData AmfData

Public Methods

Method Description
AmfReader ( ) : System
Parse ( EndianBinaryReader reader, uint size ) : void

Private Methods

Method Description
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

Method Details

AmfReader() public method

public AmfReader ( ) : System
return System

Parse() public method

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

Property Details

amfData public_oe property

public AmfData,RTMP amfData
return AmfData