C# Class RTMP.AmfWriter

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

Public Methods

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

public AmfWriter ( ) : System
return System

GetByteArray() public method

public GetByteArray ( ) : byte[]
return byte[]

WriteBoolean() public method

public WriteBoolean ( bool boolean ) : void
boolean bool
return void

WriteNull() public method

public WriteNull ( ) : void
return void

WriteNumber() public method

public WriteNumber ( double number ) : void
number double
return void

WriteObject() public method

public WriteObject ( AmfObject amfObject, bool isArray = false ) : void
amfObject AmfObject
isArray bool
return void

WriteString() public method

public WriteString ( string str, bool objectStart = false ) : void
str string
objectStart bool
return void