메소드 | 설명 | |
---|---|---|
Clone ( ) : |
Creates a deeply cloned copy of the WaveDataChunk.
|
|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates a binary representation of this WaveDataChunk and copies it into the given buffer.
|
|
WaveDataChunk ( |
Reads a new WAVE format section from the specified stream.
|
|
WaveDataChunk ( |
Constructs a new WAVE data chunk for the specified format.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | int |
public WaveDataChunk ( |
||
preRead | Pre-parsed |
|
source | Stream | Source stream to read data from. |
waveFormat | Format of the data section to be parsed. | |
리턴 | System |
public WaveDataChunk ( |
||
waveFormat | ||
리턴 | System |