C# Class PeerCastStation.FLV.RTMP.RTMPBinaryWriter

Inheritance: IDisposable
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
RTMPBinaryWriter ( Stream stream ) : System
RTMPBinaryWriter ( Stream stream, bool leave_open ) : System
Write ( byte value ) : void
Write ( byte value, int offset, int length ) : void
Write ( int value ) : void
WriteUInt16 ( int value ) : void
WriteUInt24 ( int value ) : void
WriteUInt32 ( long value ) : void
WriteUInt32LE ( long value ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

RTMPBinaryWriter() public method

public RTMPBinaryWriter ( Stream stream ) : System
stream Stream
return System

RTMPBinaryWriter() public method

public RTMPBinaryWriter ( Stream stream, bool leave_open ) : System
stream Stream
leave_open bool
return System

Write() public method

public Write ( byte value ) : void
value byte
return void

Write() public method

public Write ( byte value, int offset, int length ) : void
value byte
offset int
length int
return void

Write() public method

public Write ( int value ) : void
value int
return void

WriteUInt16() public method

public WriteUInt16 ( int value ) : void
value int
return void

WriteUInt24() public method

public WriteUInt24 ( int value ) : void
value int
return void

WriteUInt32() public method

public WriteUInt32 ( long value ) : void
value long
return void

WriteUInt32LE() public method

public WriteUInt32LE ( long value ) : void
value long
return void