Package org.robolectric.shadows
Class ShadowSoundPool.Playback
- java.lang.Object
-
- org.robolectric.shadows.ShadowSoundPool.Playback
-
- Enclosing class:
- ShadowSoundPool
public static final class ShadowSoundPool.Playback extends java.lang.ObjectRecord of a single call toSoundPool.play(int, float, float, int, int, float).
-
-
Field Summary
Fields Modifier and Type Field Description floatleftVolumeintloopintpriorityfloatratefloatrightVolumeintsoundId
-
Constructor Summary
Constructors Constructor Description Playback(int soundId, float leftVolume, float rightVolume, int priority, int loop, float rate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-