public interface SampleLoop
The following features are supported:
WavPackage.getSampleLoop()| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCuePointID()
Returns the value of the 'Cue Point ID' attribute.
|
java.lang.Long |
getEnd()
Returns the value of the 'End' attribute.
|
java.lang.Long |
getFraction()
Returns the value of the 'Fraction' attribute.
|
java.lang.Long |
getPlayCount()
Returns the value of the 'Play Count' attribute.
|
java.lang.Long |
getStart()
Returns the value of the 'Start' attribute.
|
java.lang.Long |
getType()
Returns the value of the 'Type' attribute.
|
void |
setCuePointID(java.lang.Long value)
Sets the value of the '
Cue Point ID' attribute. |
void |
setEnd(java.lang.Long value)
Sets the value of the '
End' attribute. |
void |
setFraction(java.lang.Long value)
Sets the value of the '
Fraction' attribute. |
void |
setPlayCount(java.lang.Long value)
Sets the value of the '
Play Count' attribute. |
void |
setStart(java.lang.Long value)
Sets the value of the '
Start' attribute. |
void |
setType(java.lang.Long value)
Sets the value of the '
Type' 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.getSampleLoop_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 getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(Long),
WavPackage.getSampleLoop_Type()void setType(java.lang.Long value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()java.lang.Long getStart()
If the meaning of the 'Start' attribute isn't clear, there really should be more of a description here...
setStart(Long),
WavPackage.getSampleLoop_Start()void setStart(java.lang.Long value)
Start' attribute.
value - the new value of the 'Start' attribute.getStart()java.lang.Long getEnd()
If the meaning of the 'End' attribute isn't clear, there really should be more of a description here...
setEnd(Long),
WavPackage.getSampleLoop_End()void setEnd(java.lang.Long value)
End' attribute.
value - the new value of the 'End' attribute.getEnd()java.lang.Long getFraction()
If the meaning of the 'Fraction' attribute isn't clear, there really should be more of a description here...
setFraction(Long),
WavPackage.getSampleLoop_Fraction()void setFraction(java.lang.Long value)
Fraction' attribute.
value - the new value of the 'Fraction' attribute.getFraction()java.lang.Long getPlayCount()
If the meaning of the 'Play Count' attribute isn't clear, there really should be more of a description here...
setPlayCount(Long),
WavPackage.getSampleLoop_PlayCount()void setPlayCount(java.lang.Long value)
Play Count' attribute.
value - the new value of the 'Play Count' attribute.getPlayCount()