Class MediaLiveEventIncomingDataChunkDroppedEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaLiveEventIncomingDataChunkDroppedEventData
-
public class MediaLiveEventIncomingDataChunkDroppedEventData extends Object
Ingest fragment dropped event data.
-
-
Constructor Summary
Constructors Constructor Description MediaLiveEventIncomingDataChunkDroppedEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longbitrate()Get gets the bitrate of the track.StringresultCode()Get gets the result code for fragment drop operation.Stringtimescale()Get gets the timescale of the Timestamp.Stringtimestamp()Get gets the timestamp of the data chunk dropped.StringtrackName()Get gets the name of the track for which fragment is dropped.StringtrackType()Get gets the type of the track (Audio / Video).
-
-
-
Method Detail
-
timestamp
public String timestamp()
Get gets the timestamp of the data chunk dropped.- Returns:
- the timestamp value
-
trackType
public String trackType()
Get gets the type of the track (Audio / Video).- Returns:
- the trackType value
-
bitrate
public Long bitrate()
Get gets the bitrate of the track.- Returns:
- the bitrate value
-
timescale
public String timescale()
Get gets the timescale of the Timestamp.- Returns:
- the timescale value
-
resultCode
public String resultCode()
Get gets the result code for fragment drop operation.- Returns:
- the resultCode value
-
trackName
public String trackName()
Get gets the name of the track for which fragment is dropped.- Returns:
- the trackName value
-
-