public interface CuePoint
The following features are supported:
WavPackage.getCuePoint()| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getBlockStart()
Returns the value of the 'Block Start' attribute.
|
java.lang.Long |
getChunkStart()
Returns the value of the 'Chunk Start' attribute.
|
java.lang.Long |
getCuePointID()
Returns the value of the 'Cue Point ID' attribute.
|
java.lang.Long |
getDataChunkID()
Returns the value of the 'Data Chunk ID' attribute.
|
java.lang.Long |
getPosition()
Returns the value of the 'Position' attribute.
|
java.lang.Long |
getSampleOffset()
Returns the value of the 'Sample Offset' attribute.
|
void |
setBlockStart(java.lang.Long value)
Sets the value of the '
Block Start' attribute. |
void |
setChunkStart(java.lang.Long value)
Sets the value of the '
Chunk Start' attribute. |
void |
setCuePointID(java.lang.Long value)
Sets the value of the '
Cue Point ID' attribute. |
void |
setDataChunkID(java.lang.Long value)
Sets the value of the '
Data Chunk ID' attribute. |
void |
setPosition(java.lang.Long value)
Sets the value of the '
Position' attribute. |
void |
setSampleOffset(java.lang.Long value)
Sets the value of the '
Sample Offset' attribute. |
java.lang.Long getCuePointID()
If the meaning of the 'Cue Point ID' attribute isn't clear, there really should be more of a description here...
setCuePointID(Long),
WavPackage.getCuePoint_CuePointID()void setCuePointID(java.lang.Long value)
Cue Point ID' attribute.
value - the new value of the 'Cue Point ID' attribute.getCuePointID()java.lang.Long getPosition()
If the meaning of the 'Position' attribute isn't clear, there really should be more of a description here...
setPosition(Long),
WavPackage.getCuePoint_Position()void setPosition(java.lang.Long value)
Position' attribute.
value - the new value of the 'Position' attribute.getPosition()java.lang.Long getDataChunkID()
If the meaning of the 'Data Chunk ID' attribute isn't clear, there really should be more of a description here...
setDataChunkID(Long),
WavPackage.getCuePoint_DataChunkID()void setDataChunkID(java.lang.Long value)
Data Chunk ID' attribute.
value - the new value of the 'Data Chunk ID' attribute.getDataChunkID()java.lang.Long getChunkStart()
If the meaning of the 'Chunk Start' attribute isn't clear, there really should be more of a description here...
setChunkStart(Long),
WavPackage.getCuePoint_ChunkStart()void setChunkStart(java.lang.Long value)
Chunk Start' attribute.
value - the new value of the 'Chunk Start' attribute.getChunkStart()java.lang.Long getBlockStart()
If the meaning of the 'Block Start' attribute isn't clear, there really should be more of a description here...
setBlockStart(Long),
WavPackage.getCuePoint_BlockStart()void setBlockStart(java.lang.Long value)
Block Start' attribute.
value - the new value of the 'Block Start' attribute.getBlockStart()java.lang.Long getSampleOffset()
If the meaning of the 'Sample Offset' attribute isn't clear, there really should be more of a description here...
setSampleOffset(Long),
WavPackage.getCuePoint_SampleOffset()void setSampleOffset(java.lang.Long value)
Sample Offset' attribute.
value - the new value of the 'Sample Offset' attribute.getSampleOffset()