Class MediaLiveEventTrackDiscontinuityDetectedEventData

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

public final class MediaLiveEventTrackDiscontinuityDetectedEventData extends Object
Ingest track discontinuity detected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventTrackDiscontinuityDetected event.
  • Constructor Details

    • MediaLiveEventTrackDiscontinuityDetectedEventData

      public MediaLiveEventTrackDiscontinuityDetectedEventData()
  • Method Details

    • getTrackType

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

      public String getTrackName()
      Get the trackName property: Gets the track name.
      Returns:
      the trackName value.
    • getBitrate

      public Long getBitrate()
      Get the bitrate property: Gets the bitrate.
      Returns:
      the bitrate value.
    • getPreviousTimestamp

      public String getPreviousTimestamp()
      Get the previousTimestamp property: Gets the timestamp of the previous fragment.
      Returns:
      the previousTimestamp value.
    • getNewTimestamp

      public String getNewTimestamp()
      Get the newTimestamp property: Gets the timestamp of the current fragment.
      Returns:
      the newTimestamp value.
    • getTimescale

      public String getTimescale()
      Get the timescale property: Gets the timescale in which both timestamps and discontinuity gap are represented.
      Returns:
      the timescale value.
    • getDiscontinuityGap

      public String getDiscontinuityGap()
      Get the discontinuityGap property: Gets the discontinuity gap between PreviousTimestamp and NewTimestamp.
      Returns:
      the discontinuityGap value.