Class TimeSignalCommand

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class TimeSignalCommand
    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 time signal command as defined in SCTE35, Section 9.3.4.
    • Field Detail

      • ptsTime

        public final long ptsTime
        Deprecated.
        A PTS value, as defined in SCTE35, Section 9.3.4.
      • playbackPositionUs

        public final long playbackPositionUs
        Deprecated.
        Equivalent to ptsTime but in the playback timebase.
    • Method Detail

      • writeToParcel

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