C# Class PeerCastStation.FLV.RTMP.RTMPBinaryWriter

Inheritance: IDisposable
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RTMPBinaryWriter() public méthode

public RTMPBinaryWriter ( Stream stream ) : System
stream Stream
Résultat System

RTMPBinaryWriter() public méthode

public RTMPBinaryWriter ( Stream stream, bool leave_open ) : System
stream Stream
leave_open bool
Résultat System

Write() public méthode

public Write ( byte value ) : void
value byte
Résultat void

Write() public méthode

public Write ( byte value, int offset, int length ) : void
value byte
offset int
length int
Résultat void

Write() public méthode

public Write ( int value ) : void
value int
Résultat void

WriteUInt16() public méthode

public WriteUInt16 ( int value ) : void
value int
Résultat void

WriteUInt24() public méthode

public WriteUInt24 ( int value ) : void
value int
Résultat void

WriteUInt32() public méthode

public WriteUInt32 ( long value ) : void
value long
Résultat void

WriteUInt32LE() public méthode

public WriteUInt32LE ( long value ) : void
value long
Résultat void