Class MediaLiveEventIngestHeartbeatEventData


  • public class MediaLiveEventIngestHeartbeatEventData
    extends Object
    Ingest fragment dropped event data.
    • Constructor Detail

      • MediaLiveEventIngestHeartbeatEventData

        public MediaLiveEventIngestHeartbeatEventData()
    • 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 of the track.
        Returns:
        the bitrate value
      • incomingBitrate

        public Long incomingBitrate()
        Get gets the incoming bitrate.
        Returns:
        the incomingBitrate value
      • lastTimestamp

        public String lastTimestamp()
        Get gets the last timestamp.
        Returns:
        the lastTimestamp value
      • timescale

        public String timescale()
        Get gets the timescale of the last timestamp.
        Returns:
        the timescale value
      • overlapCount

        public Long overlapCount()
        Get gets the fragment Overlap count.
        Returns:
        the overlapCount value
      • discontinuityCount

        public Long discontinuityCount()
        Get gets the fragment Discontinuity count.
        Returns:
        the discontinuityCount value
      • nonincreasingCount

        public Long nonincreasingCount()
        Get gets Non increasing count.
        Returns:
        the nonincreasingCount value
      • unexpectedBitrate

        public Boolean unexpectedBitrate()
        Get gets a value indicating whether unexpected bitrate is present or not.
        Returns:
        the unexpectedBitrate value
      • state

        public String state()
        Get gets the state of the live event.
        Returns:
        the state value
      • healthy

        public Boolean healthy()
        Get gets a value indicating whether preview is healthy or not.
        Returns:
        the healthy value