public static class Signals.StartDelay
extends java.lang.Object
| Value | Description |
|-------|--------------------------------------------------|
| > 0 | Mid-Roll (value indicates start delay in second) |
| 0 | Pre-Roll |
| -1 | Generic Mid-Roll |
| -2 | Generic Post-Roll |
| Modifier and Type | Field and Description |
|---|---|
static Signals.StartDelay |
GenericMidRoll
Generic Mid-Roll
|
static Signals.StartDelay |
GenericPostRoll
Generic Post-Roll
|
static Signals.StartDelay |
PreRoll
Pre-Roll
|
| Constructor and Description |
|---|
StartDelay(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public static Signals.StartDelay PreRoll
public static Signals.StartDelay GenericMidRoll
public static Signals.StartDelay GenericPostRoll