Class MediaLiveEventIncomingDataChunkDroppedEventData


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

      • MediaLiveEventIncomingDataChunkDroppedEventData

        public MediaLiveEventIncomingDataChunkDroppedEventData()
    • Method Detail

      • timestamp

        public String timestamp()
        Get gets the timestamp of the data chunk dropped.
        Returns:
        the timestamp value
      • trackType

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

        public Long bitrate()
        Get gets the bitrate of the track.
        Returns:
        the bitrate value
      • timescale

        public String timescale()
        Get gets the timescale of the Timestamp.
        Returns:
        the timescale value
      • resultCode

        public String resultCode()
        Get gets the result code for fragment drop operation.
        Returns:
        the resultCode value
      • trackName

        public String trackName()
        Get gets the name of the track for which fragment is dropped.
        Returns:
        the trackName value