Class MediaLiveEventIncomingStreamsOutOfSyncEventData


  • public class MediaLiveEventIncomingStreamsOutOfSyncEventData
    extends Object
    Incoming streams out of sync event data.
    • Constructor Detail

      • MediaLiveEventIncomingStreamsOutOfSyncEventData

        public MediaLiveEventIncomingStreamsOutOfSyncEventData()
    • Method Detail

      • minLastTimestamp

        public String minLastTimestamp()
        Get gets the minimum last timestamp received.
        Returns:
        the minLastTimestamp value
      • typeOfStreamWithMinLastTimestamp

        public String typeOfStreamWithMinLastTimestamp()
        Get gets the type of stream with minimum last timestamp.
        Returns:
        the typeOfStreamWithMinLastTimestamp value
      • maxLastTimestamp

        public String maxLastTimestamp()
        Get gets the maximum timestamp among all the tracks (audio or video).
        Returns:
        the maxLastTimestamp value
      • typeOfStreamWithMaxLastTimestamp

        public String typeOfStreamWithMaxLastTimestamp()
        Get gets the type of stream with maximum last timestamp.
        Returns:
        the typeOfStreamWithMaxLastTimestamp value
      • timescaleOfMinLastTimestamp

        public String timescaleOfMinLastTimestamp()
        Get gets the timescale in which "MinLastTimestamp" is represented.
        Returns:
        the timescaleOfMinLastTimestamp value
      • timescaleOfMaxLastTimestamp

        public String timescaleOfMaxLastTimestamp()
        Get gets the timescale in which "MaxLastTimestamp" is represented.
        Returns:
        the timescaleOfMaxLastTimestamp value