Class SpliceNullCommand

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class SpliceNullCommand
    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 null command as defined in SCTE35, Section 9.3.1.
    • Constructor Detail

      • SpliceNullCommand

        public SpliceNullCommand()
        Deprecated.
    • Method Detail

      • writeToParcel

        public void writeToParcel​(Parcel dest,
                                  int flags)
        Deprecated.