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 Object
Record 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)
-