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 intgetEnd()RSAudioInstrument[]getInstruments()intgetStart()
-
-
-
Method Detail
-
getInstruments
RSAudioInstrument[] getInstruments()
-
getStart
int getStart()
-
getEnd
int getEnd()
-
-