Class MediaLiveEventTrackDiscontinuityDetectedEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaLiveEventTrackDiscontinuityDetectedEventData
-
public class MediaLiveEventTrackDiscontinuityDetectedEventData extends Object
Ingest track discontinuity detected event data.
-
-
Constructor Summary
Constructors Constructor Description MediaLiveEventTrackDiscontinuityDetectedEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longbitrate()Get gets the bitrate.StringdiscontinuityGap()Get gets the discontinuity gap between PreviousTimestamp and NewTimestamp.StringnewTimestamp()Get gets the timestamp of the current fragment.StringpreviousTimestamp()Get gets the timestamp of the previous fragment.Stringtimescale()Get gets the timescale in which both timestamps and discontinuity gap are represented.StringtrackName()Get gets the track name.StringtrackType()Get gets the type of the track (Audio / Video).
-
-
-
Method Detail
-
trackType
public String trackType()
Get gets the type of the track (Audio / Video).- Returns:
- the trackType value
-
trackName
public String trackName()
Get gets the track name.- Returns:
- the trackName value
-
bitrate
public Long bitrate()
Get gets the bitrate.- Returns:
- the bitrate value
-
previousTimestamp
public String previousTimestamp()
Get gets the timestamp of the previous fragment.- Returns:
- the previousTimestamp value
-
newTimestamp
public String newTimestamp()
Get gets the timestamp of the current fragment.- Returns:
- the newTimestamp value
-
timescale
public String timescale()
Get gets the timescale in which both timestamps and discontinuity gap are represented.- Returns:
- the timescale value
-
discontinuityGap
public String discontinuityGap()
Get gets the discontinuity gap between PreviousTimestamp and NewTimestamp.- Returns:
- the discontinuityGap value
-
-