Class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData


  • public class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
    extends Object
    Incoming video stream out of synch event data.
    • Constructor Detail

      • MediaLiveEventIncomingVideoStreamsOutOfSyncEventData

        public MediaLiveEventIncomingVideoStreamsOutOfSyncEventData()
    • Method Detail

      • firstTimestamp

        public String firstTimestamp()
        Get gets the first timestamp received for one of the quality levels.
        Returns:
        the firstTimestamp value
      • firstDuration

        public String firstDuration()
        Get gets the duration of the data chunk with first timestamp.
        Returns:
        the firstDuration value
      • secondTimestamp

        public String secondTimestamp()
        Get gets the timestamp received for some other quality levels.
        Returns:
        the secondTimestamp value
      • secondDuration

        public String secondDuration()
        Get gets the duration of the data chunk with second timestamp.
        Returns:
        the secondDuration value
      • timescale

        public String timescale()
        Get gets the timescale in which both the timestamps and durations are represented.
        Returns:
        the timescale value