Method | Description | |
---|---|---|
Clone ( ) : |
Returns a cloned instance of this RIFF header chunk.
|
|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates binary image of the object and copies it into the given buffer.
|
|
RiffHeaderChunk ( |
Reads a new RIFF header from the specified stream.
|
|
RiffHeaderChunk ( string format ) : System |
Constructs a new RIFF header chunk for the specified format.
|
Method | Description | |
---|---|---|
ISupportBinaryImage ( byte buffer, int startIndex, int length ) : int |
public GenerateBinaryImage ( byte buffer, int startIndex ) : int | ||
buffer | byte | Buffer used to hold generated binary image of the source object. |
startIndex | int | 0-based starting index in the |
return | int |
public RiffHeaderChunk ( |
||
preRead | Pre-parsed |
|
source | Stream | Source stream to read data from. |
format | string | Expected RIFF media format (e.g., "WAVE"). |
return | System |
public RiffHeaderChunk ( string format ) : System | ||
format | string | RIFF header chunk header format. |
return | System |