Package org.robolectric.shadows
Class ShadowSoundPool.Playback
java.lang.Object
org.robolectric.shadows.ShadowSoundPool.Playback
- Enclosing class:
- ShadowSoundPool
Record of a single call to
SoundPool.play(int, float, float, int, int, float)
.-
Field Summary
Modifier and TypeFieldDescriptionfinal float
final int
final int
final float
final float
final int
-
Constructor Summary
ConstructorDescriptionPlayback
(int soundId, float leftVolume, float rightVolume, int priority, int loop, float rate) -
Method Summary
-
Field Details
-
soundId
public final int soundId -
leftVolume
public final float leftVolume -
rightVolume
public final float rightVolume -
priority
public final int priority -
loop
public final int loop -
rate
public final float rate
-
-
Constructor Details
-
Playback
public Playback(int soundId, float leftVolume, float rightVolume, int priority, int loop, float rate)
-
-
Method Details