Package jag.audio
Interface RSAudioEffect
-
- All Superinterfaces:
RSProvider
public interface RSAudioEffect extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getEnd()
RSAudioInstrument[]
getInstruments()
int
getStart()
-
-
-
Method Detail
-
getInstruments
RSAudioInstrument[] getInstruments()
-
getStart
int getStart()
-
getEnd
int getEnd()
-
-