Class MediaLiveEventIngestHeartbeatEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaLiveEventIngestHeartbeatEventData
-
public class MediaLiveEventIngestHeartbeatEventData extends Object
Ingest fragment dropped event data.
-
-
Constructor Summary
Constructors Constructor Description MediaLiveEventIngestHeartbeatEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longbitrate()Get gets the bitrate of the track.LongdiscontinuityCount()Get gets the fragment Discontinuity count.Booleanhealthy()Get gets a value indicating whether preview is healthy or not.LongincomingBitrate()Get gets the incoming bitrate.StringlastTimestamp()Get gets the last timestamp.LongnonincreasingCount()Get gets Non increasing count.LongoverlapCount()Get gets the fragment Overlap count.Stringstate()Get gets the state of the live event.Stringtimescale()Get gets the timescale of the last timestamp.StringtrackName()Get gets the track name.StringtrackType()Get gets the type of the track (Audio / Video).BooleanunexpectedBitrate()Get gets a value indicating whether unexpected bitrate is present or not.
-
-
-
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 of the track.- Returns:
- the bitrate value
-
incomingBitrate
public Long incomingBitrate()
Get gets the incoming bitrate.- Returns:
- the incomingBitrate value
-
lastTimestamp
public String lastTimestamp()
Get gets the last timestamp.- Returns:
- the lastTimestamp value
-
timescale
public String timescale()
Get gets the timescale of the last timestamp.- Returns:
- the timescale value
-
overlapCount
public Long overlapCount()
Get gets the fragment Overlap count.- Returns:
- the overlapCount value
-
discontinuityCount
public Long discontinuityCount()
Get gets the fragment Discontinuity count.- Returns:
- the discontinuityCount value
-
nonincreasingCount
public Long nonincreasingCount()
Get gets Non increasing count.- Returns:
- the nonincreasingCount value
-
unexpectedBitrate
public Boolean unexpectedBitrate()
Get gets a value indicating whether unexpected bitrate is present or not.- Returns:
- the unexpectedBitrate value
-
state
public String state()
Get gets the state of the live event.- Returns:
- the state value
-
healthy
public Boolean healthy()
Get gets a value indicating whether preview is healthy or not.- Returns:
- the healthy value
-
-