public final class SpliceScheduleCommand extends SpliceCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
SpliceScheduleCommand.ComponentSplice
Holds splicing information for specific splice schedule command components.
|
static class |
SpliceScheduleCommand.Event
Represents a splice event as contained in a
SpliceScheduleCommand. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<SpliceScheduleCommand> |
CREATOR |
java.util.List<SpliceScheduleCommand.Event> |
events
The list of scheduled events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
describeContentspublic final java.util.List<SpliceScheduleCommand.Event> events
public static final android.os.Parcelable.Creator<SpliceScheduleCommand> CREATOR