public interface RIFFWave
The following features are supported:
WavPackage.getRIFFWave()
Modifier and Type | Method and Description |
---|---|
|
getChunks()
Returns the value of the 'Chunks' containment reference list.
|
|
getChunksByEClass(EClass eClass) |
Chunk |
getFirstChunkByEClass(EClass eClass) |
|
getParseChunkExceptions()
Returns the value of the 'Parse Chunk Exceptions' containment reference list.
|
long |
getSize()
Returns the value of the 'Size' attribute.
|
void |
init(ExtendedByteBuffer buf) |
javax.sound.sampled.AudioFileFormat |
toAudioFileFormat() |
javax.sound.sampled.AudioFormat |
toAudioFormat() |
javax.sound.sampled.AudioInputStream |
toAudioInputStream() |
byte[] |
toByteArray() |
void |
write(java.io.File file) |
getChunks()
Chunk
.
If the meaning of the 'Chunks' containment reference list isn't clear, there really should be more of a description here...
WavPackage.getRIFFWave_Chunks()
getParseChunkExceptions()
ParseChunkException
.
If the meaning of the 'Parse Chunk Exceptions' containment reference list isn't clear, there really should be more of a description here...
WavPackage.getRIFFWave_ParseChunkExceptions()
long getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
WavPackage.getRIFFWave_Size()
getChunksByEClass(EClass eClass)
Chunk getFirstChunkByEClass(EClass eClass)
void init(ExtendedByteBuffer buf) throws RiffWaveException
RiffWaveException
javax.sound.sampled.AudioFileFormat toAudioFileFormat() throws javax.sound.sampled.UnsupportedAudioFileException
javax.sound.sampled.UnsupportedAudioFileException
javax.sound.sampled.AudioFormat toAudioFormat() throws javax.sound.sampled.UnsupportedAudioFileException
javax.sound.sampled.UnsupportedAudioFileException
javax.sound.sampled.AudioInputStream toAudioInputStream() throws javax.sound.sampled.UnsupportedAudioFileException
javax.sound.sampled.UnsupportedAudioFileException
void write(java.io.File file) throws java.io.IOException, RiffWaveException
java.io.IOException
RiffWaveException
byte[] toByteArray() throws RiffWaveException
RiffWaveException