MediaLiveEventIncomingDataChunkDroppedEventData 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 fragment dropped event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingDataChunkDropped event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingDataChunkDroppedEventData+MediaLiveEventIncomingDataChunkDroppedEventDataConverter))]
public class MediaLiveEventIncomingDataChunkDroppedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingDataChunkDroppedEventData+MediaLiveEventIncomingDataChunkDroppedEventDataConverter))>]
type MediaLiveEventIncomingDataChunkDroppedEventData = class
Public Class MediaLiveEventIncomingDataChunkDroppedEventData
- Inheritance
-
MediaLiveEventIncomingDataChunkDroppedEventData
- Attributes
Properties
Bitrate |
Gets the bitrate of the track. |
ResultCode |
Gets the result code for fragment drop operation. |
Timescale |
Gets the timescale of the Timestamp. |
Timestamp |
Gets the timestamp of the data chunk dropped. |
TrackName |
Gets the name of the track for which fragment is dropped. |
TrackType |
Gets the type of the track (Audio / Video). |