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. |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<SpliceScheduleCommand> |
CREATOR |
List<SpliceScheduleCommand.Event> |
events |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
void |
writeToParcel(Parcel dest,
int flags) |
describeContentspublic final List<SpliceScheduleCommand.Event> events
public static final Parcelable.Creator<SpliceScheduleCommand> CREATOR
public void writeToParcel(Parcel dest, int flags)