Class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaLiveEventIncomingVideoStreamsOutOfSyncEventData
-
public class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData extends Object
Incoming video stream out of synch event data.
-
-
Constructor Summary
Constructors Constructor Description MediaLiveEventIncomingVideoStreamsOutOfSyncEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfirstDuration()Get gets the duration of the data chunk with first timestamp.StringfirstTimestamp()Get gets the first timestamp received for one of the quality levels.StringsecondDuration()Get gets the duration of the data chunk with second timestamp.StringsecondTimestamp()Get gets the timestamp received for some other quality levels.Stringtimescale()Get gets the timescale in which both the timestamps and durations are represented.
-
-
-
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
-
-