public interface ChunkPlayList extends Chunk
The following features are supported:
WavPackage.getChunkPlayList()
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getNumberOfSegments()
Returns the value of the 'Number Of Segments' attribute.
|
|
getSegments()
Returns the value of the 'Segments' reference list.
|
getBlockAlignedSize, getChunkTypeID, getChunkTypeIDValue, getSize, init, toByteArray
java.lang.Long getNumberOfSegments()
If the meaning of the 'Number Of Segments' attribute isn't clear, there really should be more of a description here...
WavPackage.getChunkPlayList_NumberOfSegments()
getSegments()
Segment
.
If the meaning of the 'Segments' reference list isn't clear, there really should be more of a description here...
WavPackage.getChunkPlayList_Segments()