public static class Signals.PlaybackMethod
extends java.lang.Object
| Value | Description |
|-------|----------------------------------------------------------|
| 1 | Initiates on Page Load with Sound On |
| 2 | Initiates on Page Load with Sound Off by Default |
| 3 | Initiates on Click with Sound On |
| 4 | Initiates on Mouse-Over with Sound On |
| 5 | Initiates on Entering Viewport with Sound On |
| 6 | Initiates on Entering Viewport with Sound Off by Default |
| Modifier and Type | Field and Description |
|---|---|
static Signals.PlaybackMethod |
AutoPlaySoundOff
Initiates on Page Load with Sound Off by Default
|
static Signals.PlaybackMethod |
AutoPlaySoundOn
Initiates on Page Load with Sound On
|
static Signals.PlaybackMethod |
ClickToPlay
Initiates on Click with Sound On
|
static Signals.PlaybackMethod |
EnterSoundOff
Initiates on Entering Viewport with Sound Off by Default
|
static Signals.PlaybackMethod |
EnterSoundOn
Initiates on Entering Viewport with Sound On
|
static Signals.PlaybackMethod |
MouseOver
Initiates on Mouse-Over with Sound On
|
| Constructor and Description |
|---|
PlaybackMethod(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public static Signals.PlaybackMethod AutoPlaySoundOn
public static Signals.PlaybackMethod AutoPlaySoundOff
public static Signals.PlaybackMethod ClickToPlay
public static Signals.PlaybackMethod MouseOver
public static Signals.PlaybackMethod EnterSoundOn
public static Signals.PlaybackMethod EnterSoundOff