Class MediaLiveEventIncomingDataChunkDroppedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaLiveEventIncomingDataChunkDroppedEventData

public final class MediaLiveEventIncomingDataChunkDroppedEventData extends Object
Ingest fragment dropped event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingDataChunkDropped event.
  • Constructor Details

    • MediaLiveEventIncomingDataChunkDroppedEventData

      public MediaLiveEventIncomingDataChunkDroppedEventData()
  • Method Details

    • getTimestamp

      public String getTimestamp()
      Get the timestamp property: Gets the timestamp of the data chunk dropped.
      Returns:
      the timestamp value.
    • getTrackType

      public String getTrackType()
      Get the trackType property: Gets the type of the track (Audio / Video).
      Returns:
      the trackType value.
    • getBitrate

      public Long getBitrate()
      Get the bitrate property: Gets the bitrate of the track.
      Returns:
      the bitrate value.
    • getTimescale

      public String getTimescale()
      Get the timescale property: Gets the timescale of the Timestamp.
      Returns:
      the timescale value.
    • getResultCode

      public String getResultCode()
      Get the resultCode property: Gets the result code for fragment drop operation.
      Returns:
      the resultCode value.
    • getTrackName

      public String getTrackName()
      Get the trackName property: Gets the name of the track for which fragment is dropped.
      Returns:
      the trackName value.