public static final class ShadowSoundPool.Playback
extends java.lang.Object
Record of a single call to SoundPool.play(int, float, float, int, int, float)
.
Modifier and Type | Field and Description |
---|---|
float |
leftVolume |
int |
loop |
int |
priority |
float |
rate |
float |
rightVolume |
int |
soundId |
Constructor and Description |
---|
Playback(int soundId,
float leftVolume,
float rightVolume,
int priority,
int loop,
float rate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final int soundId
public final float leftVolume
public final float rightVolume
public final int priority
public final int loop
public final float rate