C# Class RTMP.AmfWriter

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

Méthodes publiques

Méthode Description
AmfWriter ( ) : System
GetByteArray ( ) : byte[]
WriteBoolean ( bool boolean ) : void
WriteNull ( ) : void
WriteNumber ( double number ) : void
WriteObject ( AmfObject amfObject, bool isArray = false ) : void
WriteString ( string str, bool objectStart = false ) : void

Method Details

AmfWriter() public méthode

public AmfWriter ( ) : System
Résultat System

GetByteArray() public méthode

public GetByteArray ( ) : byte[]
Résultat byte[]

WriteBoolean() public méthode

public WriteBoolean ( bool boolean ) : void
boolean bool
Résultat void

WriteNull() public méthode

public WriteNull ( ) : void
Résultat void

WriteNumber() public méthode

public WriteNumber ( double number ) : void
number double
Résultat void

WriteObject() public méthode

public WriteObject ( AmfObject amfObject, bool isArray = false ) : void
amfObject AmfObject
isArray bool
Résultat void

WriteString() public méthode

public WriteString ( string str, bool objectStart = false ) : void
str string
objectStart bool
Résultat void