public final class PHASEPushStreamBufferOptions
extends java.lang.Object
Options controlling buffer scheduling. [@constant] PHASEPushStreamBufferDefault The buffer plays following any previously scheduled buffer(s). [@constant] PHASEPushStreamBufferLoops The buffer loops indefinitely. [@constant] PHASEPushStreamBufferInterrupts The buffer interrupts any buffer already playing. [@constant] PHASEPushStreamBufferInterruptsAtLoop The buffer interrupts any buffer already playing, at its loop point.
| Modifier and Type | Field and Description |
|---|---|
static long |
Default
0x01
|
static long |
Interrupts
0x04
|
static long |
InterruptsAtLoop
0x08
|
static long |
Loops
0x02
|
public static final long Default
public static final long Loops
public static final long Interrupts
public static final long InterruptsAtLoop