C# Class RTMP.AmfReader

Afficher le fichier Open project: Austech/RTMP-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
amfData AmfData

Méthodes publiques

Méthode Description
AmfReader ( ) : System
Parse ( EndianBinaryReader reader, uint size ) : void

Private Methods

Méthode 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 méthode

public AmfReader ( ) : System
Résultat System

Parse() public méthode

public Parse ( EndianBinaryReader reader, uint size ) : void
reader MiscUtil.IO.EndianBinaryReader
size uint
Résultat void

Property Details

amfData public_oe property

public AmfData,RTMP amfData
Résultat AmfData