public static class CommandList.CmdPlaySound
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
Command |
java.lang.String |
hashString |
int |
loopControl |
long |
msPresentationTime |
float |
rate |
float |
volume |
boolean |
waitForNonLoopingSoundsToFinish |
Constructor and Description |
---|
CmdPlaySound(long msPresentationTime,
java.lang.String hashString,
SoundPlayer.PlaySoundParams params) |
Modifier and Type | Method and Description |
---|---|
static CommandList.CmdPlaySound |
deserialize(java.lang.String serialized) |
SoundPlayer.PlaySoundParams |
getParams() |
java.lang.String |
serialize() |
public static final java.lang.String Command
public final long msPresentationTime
public final java.lang.String hashString
public final boolean waitForNonLoopingSoundsToFinish
public final float volume
public final int loopControl
public final float rate
public CmdPlaySound(long msPresentationTime, java.lang.String hashString, SoundPlayer.PlaySoundParams params)
public java.lang.String serialize()
public static CommandList.CmdPlaySound deserialize(java.lang.String serialized)
public SoundPlayer.PlaySoundParams getParams()