public class ChunkPlayListImpl extends ChunkImpl implements ChunkPlayList
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static java.lang.Long |
NUMBER_OF_SEGMENTS_EDEFAULT
The default value of the '
Number Of Segments ' attribute. |
protected |
segments
The cached value of the '
Segments ' reference list. |
BLOCK_ALIGNED_SIZE_EDEFAULT, CHUNK_TYPE_ID_EDEFAULT, CHUNK_TYPE_ID_VALUE_EDEFAULT, SIZE_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
ChunkPlayListImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
ChunkTypeID |
getChunkTypeID() |
int |
getChunkTypeIDValue() |
java.lang.Long |
getNumberOfSegments() |
|
getSegments() |
long |
getSize() |
void |
init(RIFFWave riffWave,
ExtendedByteBuffer buf) |
byte[] |
toByteArray() |
getBlockAlignedSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlockAlignedSize
protected static final java.lang.Long NUMBER_OF_SEGMENTS_EDEFAULT
Number Of Segments
' attribute.
getNumberOfSegments()
protectedsegments
Segments
' reference list.
getSegments()
public void init(RIFFWave riffWave, ExtendedByteBuffer buf) throws RiffWaveException
ChunkImpl
init
in interface Chunk
init
in class ChunkImpl
RiffWaveException
protected EClass eStaticClass()
eStaticClass
in class ChunkImpl
public java.lang.Long getNumberOfSegments()
getNumberOfSegments
in interface ChunkPlayList
WavPackage.getChunkPlayList_NumberOfSegments()
publicgetSegments()
getSegments
in interface ChunkPlayList
WavPackage.getChunkPlayList_Segments()
public ChunkTypeID getChunkTypeID()
ChunkImpl
getChunkTypeID
in interface Chunk
getChunkTypeID
in class ChunkImpl
ChunkTypeID
,
WavPackage.getChunk_ChunkTypeID()
public int getChunkTypeIDValue()
ChunkImpl
getChunkTypeIDValue
in interface Chunk
getChunkTypeIDValue
in class ChunkImpl
WavPackage.getChunk_ChunkTypeIDValue()
public long getSize()
ChunkImpl
getSize
in interface Chunk
getSize
in class ChunkImpl
WavPackage.getChunk_Size()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public byte[] toByteArray()
ChunkImpl
toByteArray
in interface Chunk
toByteArray
in class ChunkImpl