public interface ChunkFact extends Chunk
The following features are supported:
WavPackage.getChunkFact()
Modifier and Type | Method and Description |
---|---|
byte[] |
getFormatDependantData()
Returns the value of the 'Format Dependant Data' attribute.
|
void |
setFormatDependantData(byte[] value)
Sets the value of the '
Format Dependant Data ' attribute. |
getBlockAlignedSize, getChunkTypeID, getChunkTypeIDValue, getSize, init, toByteArray
byte[] getFormatDependantData()
If the meaning of the 'Format Dependant Data' attribute isn't clear, there really should be more of a description here...
setFormatDependantData(byte[])
,
WavPackage.getChunkFact_FormatDependantData()
void setFormatDependantData(byte[] value)
Format Dependant Data
' attribute.
value
- the new value of the 'Format Dependant Data' attribute.getFormatDependantData()