Package io.anyline2.util
Class SoundUtil.SoundAttributes
-
- All Implemented Interfaces:
public class SoundUtil.SoundAttributes
A helper class containing sound attributes.
-
-
Field Summary
Fields Modifier and Type Field Description public final int
soundId
public final int
soundDuration
-
Method Summary
Modifier and Type Method Description int
getSoundId()
int
getSoundDuration()
-
-
Method Detail
-
getSoundId
int getSoundId()
-
getSoundDuration
int getSoundDuration()
-
-
-
-