MediaLiveEventTrackDiscontinuityDetectedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ingest track discontinuity detected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventTrackDiscontinuityDetected event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventTrackDiscontinuityDetectedEventData+MediaLiveEventTrackDiscontinuityDetectedEventDataConverter))]
public class MediaLiveEventTrackDiscontinuityDetectedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventTrackDiscontinuityDetectedEventData+MediaLiveEventTrackDiscontinuityDetectedEventDataConverter))>]
type MediaLiveEventTrackDiscontinuityDetectedEventData = class
Public Class MediaLiveEventTrackDiscontinuityDetectedEventData
- Inheritance
-
MediaLiveEventTrackDiscontinuityDetectedEventData
- Attributes
Properties
Bitrate |
Gets the bitrate. |
DiscontinuityGap |
Gets the discontinuity gap between PreviousTimestamp and NewTimestamp. |
NewTimestamp |
Gets the timestamp of the current fragment. |
PreviousTimestamp |
Gets the timestamp of the previous fragment. |
Timescale |
Gets the timescale in which both timestamps and discontinuity gap are represented. |
TrackName |
Gets the track name. |
TrackType |
Gets the type of the track (Audio / Video). |
Applies to
Azure SDK for .NET