public interface Segment
The following features are supported:
WavPackage.getSegment()
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCuePointID()
Returns the value of the 'Cue Point ID' attribute.
|
java.lang.Long |
getLengthInSamples()
Returns the value of the 'Length In Samples' attribute.
|
java.lang.Long |
getNumberOfRepeats()
Returns the value of the 'Number Of Repeats' attribute.
|
void |
setCuePointID(java.lang.Long value)
Sets the value of the '
Cue Point ID ' attribute. |
void |
setLengthInSamples(java.lang.Long value)
Sets the value of the '
Length In Samples ' attribute. |
void |
setNumberOfRepeats(java.lang.Long value)
Sets the value of the '
Number Of Repeats ' 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.getSegment_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 getLengthInSamples()
If the meaning of the 'Length In Samples' attribute isn't clear, there really should be more of a description here...
setLengthInSamples(Long)
,
WavPackage.getSegment_LengthInSamples()
void setLengthInSamples(java.lang.Long value)
Length In Samples
' attribute.
value
- the new value of the 'Length In Samples' attribute.getLengthInSamples()
java.lang.Long getNumberOfRepeats()
If the meaning of the 'Number Of Repeats' attribute isn't clear, there really should be more of a description here...
setNumberOfRepeats(Long)
,
WavPackage.getSegment_NumberOfRepeats()
void setNumberOfRepeats(java.lang.Long value)
Number Of Repeats
' attribute.
value
- the new value of the 'Number Of Repeats' attribute.getNumberOfRepeats()