Class MediaLiveEventIncomingStreamsOutOfSyncEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaLiveEventIncomingStreamsOutOfSyncEventData
-
public class MediaLiveEventIncomingStreamsOutOfSyncEventData extends Object
Incoming streams out of sync event data.
-
-
Constructor Summary
Constructors Constructor Description MediaLiveEventIncomingStreamsOutOfSyncEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmaxLastTimestamp()Get gets the maximum timestamp among all the tracks (audio or video).StringminLastTimestamp()Get gets the minimum last timestamp received.StringtimescaleOfMaxLastTimestamp()Get gets the timescale in which "MaxLastTimestamp" is represented.StringtimescaleOfMinLastTimestamp()Get gets the timescale in which "MinLastTimestamp" is represented.StringtypeOfStreamWithMaxLastTimestamp()Get gets the type of stream with maximum last timestamp.StringtypeOfStreamWithMinLastTimestamp()Get gets the type of stream with minimum last timestamp.
-
-
-
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
-
-