Class SpliceScheduleCommand
- java.lang.Object
-
- com.google.android.exoplayer2.metadata.scte35.SpliceCommand
-
- com.google.android.exoplayer2.metadata.scte35.SpliceScheduleCommand
-
- All Implemented Interfaces:
Parcelable
,Metadata.Entry
@Deprecated public final class SpliceScheduleCommand extends SpliceCommand
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 Class Summary
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 aSpliceScheduleCommand
.-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static Parcelable.Creator<SpliceScheduleCommand>
CREATOR
Deprecated.List<SpliceScheduleCommand.Event>
events
Deprecated.The list of scheduled events.-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
writeToParcel(Parcel dest, int flags)
Deprecated.-
Methods inherited from class com.google.android.exoplayer2.metadata.scte35.SpliceCommand
describeContents, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
-
-
-
Field Detail
-
events
public final List<SpliceScheduleCommand.Event> events
Deprecated.The list of scheduled events.
-
CREATOR
public static final Parcelable.Creator<SpliceScheduleCommand> CREATOR
Deprecated.
-
-
Method Detail
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
Deprecated.
-
-