Class MediaLiveEventIncomingStreamsOutOfSyncEventData


  • public final class MediaLiveEventIncomingStreamsOutOfSyncEventData
    extends Object
    Incoming streams out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamsOutOfSync event.
    • Constructor Detail

      • MediaLiveEventIncomingStreamsOutOfSyncEventData

        public MediaLiveEventIncomingStreamsOutOfSyncEventData()
    • Method Detail

      • getMinLastTimestamp

        public String getMinLastTimestamp()
        Get the minLastTimestamp property: Gets the minimum last timestamp received.
        Returns:
        the minLastTimestamp value.
      • getTypeOfStreamWithMinLastTimestamp

        public String getTypeOfStreamWithMinLastTimestamp()
        Get the typeOfStreamWithMinLastTimestamp property: Gets the type of stream with minimum last timestamp.
        Returns:
        the typeOfStreamWithMinLastTimestamp value.
      • getMaxLastTimestamp

        public String getMaxLastTimestamp()
        Get the maxLastTimestamp property: Gets the maximum timestamp among all the tracks (audio or video).
        Returns:
        the maxLastTimestamp value.
      • getTypeOfStreamWithMaxLastTimestamp

        public String getTypeOfStreamWithMaxLastTimestamp()
        Get the typeOfStreamWithMaxLastTimestamp property: Gets the type of stream with maximum last timestamp.
        Returns:
        the typeOfStreamWithMaxLastTimestamp value.
      • getTimescaleOfMinLastTimestamp

        public String getTimescaleOfMinLastTimestamp()
        Get the timescaleOfMinLastTimestamp property: Gets the timescale in which "MinLastTimestamp" is represented.
        Returns:
        the timescaleOfMinLastTimestamp value.
      • getTimescaleOfMaxLastTimestamp

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