Property | Type | Description |
---|
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 |
public RTMPBinaryWriter ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public RTMPBinaryWriter ( Stream stream, bool leave_open ) : System | ||
stream | Stream | |
leave_open | bool | |
return | System |
public Write ( byte value, int offset, int length ) : void | ||
value | byte | |
offset | int | |
length | int | |
return | void |