public interface ChunkData extends Chunk
The following features are supported:
WavPackage.getChunkData()| Modifier and Type | Method and Description |
|---|---|
|
getChannels()
Returns the value of the 'Channels' containment reference list.
|
byte[] |
getSampleDataOriginal()
Returns the value of the 'Sample Data Original' attribute.
|
void |
setSampleDataOriginal(byte[] value)
Sets the value of the '
Sample Data Original' attribute. |
getBlockAlignedSize, getChunkTypeID, getChunkTypeIDValue, getSize, init, toByteArraygetChannels()
Channel.
If the meaning of the 'Channels' containment reference list isn't clear, there really should be more of a description here...
WavPackage.getChunkData_Channels()byte[] getSampleDataOriginal()
If the meaning of the 'Sample Data Original' attribute isn't clear, there really should be more of a description here...
setSampleDataOriginal(byte[]),
WavPackage.getChunkData_SampleDataOriginal()void setSampleDataOriginal(byte[] value)
Sample Data Original' attribute.
value - the new value of the 'Sample Data Original' attribute.getSampleDataOriginal()