Class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData


  • public final class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
    extends Object
    Incoming video stream out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync event.
    • Constructor Detail

      • MediaLiveEventIncomingVideoStreamsOutOfSyncEventData

        public MediaLiveEventIncomingVideoStreamsOutOfSyncEventData()
    • Method Detail

      • getFirstTimestamp

        public String getFirstTimestamp()
        Get the firstTimestamp property: Gets the first timestamp received for one of the quality levels.
        Returns:
        the firstTimestamp value.
      • getFirstDuration

        public String getFirstDuration()
        Get the firstDuration property: Gets the duration of the data chunk with first timestamp.
        Returns:
        the firstDuration value.
      • getSecondTimestamp

        public String getSecondTimestamp()
        Get the secondTimestamp property: Gets the timestamp received for some other quality levels.
        Returns:
        the secondTimestamp value.
      • getSecondDuration

        public String getSecondDuration()
        Get the secondDuration property: Gets the duration of the data chunk with second timestamp.
        Returns:
        the secondDuration value.
      • getTimescale

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