docs/doc/reference/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.html
Package com.google.android.exoplayer2.metadata.scte35
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classSpliceScheduleCommandextends[SpliceCommand](SpliceCommand.html "class in com.google.android.exoplayer2.metadata.scte35")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Represents a splice schedule command as defined in SCTE35, Section 9.3.2.
Nested Classes | Modifier and Type | Class | Description |
| --- | --- | --- |
| static class | SpliceScheduleCommand.ComponentSplice |
Deprecated.
Holds splicing information for specific splice schedule command components.
|
| static class | SpliceScheduleCommand.Event |
Deprecated.
Represents a splice event as contained in a SpliceScheduleCommand.
|
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<SpliceScheduleCommand> | CREATOR |
Deprecated.
|
| List<SpliceScheduleCommand.Event> | events |
Deprecated.
The list of scheduled events. |
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
describeContents, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
public final[List](https://developer.android.com/reference/java/util/List.html "class or interface in java.util")<[SpliceScheduleCommand.Event](SpliceScheduleCommand.Event.html "class in com.google.android.exoplayer2.metadata.scte35")> events
Deprecated.
The list of scheduled events.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[SpliceScheduleCommand](SpliceScheduleCommand.html "class in com.google.android.exoplayer2.metadata.scte35")> CREATOR
Deprecated.
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Deprecated.