Class MediaLiveEventTrackDiscontinuityDetectedEventData


  • public class MediaLiveEventTrackDiscontinuityDetectedEventData
    extends Object
    Ingest track discontinuity detected event data.
    • Constructor Detail

      • MediaLiveEventTrackDiscontinuityDetectedEventData

        public MediaLiveEventTrackDiscontinuityDetectedEventData()
    • Method Detail

      • trackType

        public String trackType()
        Get gets the type of the track (Audio / Video).
        Returns:
        the trackType value
      • trackName

        public String trackName()
        Get gets the track name.
        Returns:
        the trackName value
      • bitrate

        public Long bitrate()
        Get gets the bitrate.
        Returns:
        the bitrate value
      • previousTimestamp

        public String previousTimestamp()
        Get gets the timestamp of the previous fragment.
        Returns:
        the previousTimestamp value
      • newTimestamp

        public String newTimestamp()
        Get gets the timestamp of the current fragment.
        Returns:
        the newTimestamp value
      • timescale

        public String timescale()
        Get gets the timescale in which both timestamps and discontinuity gap are represented.
        Returns:
        the timescale value
      • discontinuityGap

        public String discontinuityGap()
        Get gets the discontinuity gap between PreviousTimestamp and NewTimestamp.
        Returns:
        the discontinuityGap value