Class PrivateCommand

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class PrivateCommand
    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 private command as defined in SCTE35, Section 9.3.6.
    • Field Detail

      • ptsAdjustment

        public final long ptsAdjustment
        Deprecated.
        The pts_adjustment as defined in SCTE35, Section 9.2.
      • identifier

        public final long identifier
        Deprecated.
        The identifier as defined in SCTE35, Section 9.3.6.
      • commandBytes

        public final byte[] commandBytes
        Deprecated.
        The private bytes as defined in SCTE35, Section 9.3.6.
    • Method Detail

      • writeToParcel

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