EventGridModelFactory.MediaLiveEventIncomingDataChunkDroppedEventData Method
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.
Initializes a new instance of MediaLiveEventIncomingDataChunkDroppedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingDataChunkDroppedEventData MediaLiveEventIncomingDataChunkDroppedEventData (string timestamp = default, string trackType = default, long? bitrate = default, string timescale = default, string resultCode = default, string trackName = default);
static member MediaLiveEventIncomingDataChunkDroppedEventData : string * string * Nullable<int64> * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingDataChunkDroppedEventData
Public Shared Function MediaLiveEventIncomingDataChunkDroppedEventData (Optional timestamp As String = Nothing, Optional trackType As String = Nothing, Optional bitrate As Nullable(Of Long) = Nothing, Optional timescale As String = Nothing, Optional resultCode As String = Nothing, Optional trackName As String = Nothing) As MediaLiveEventIncomingDataChunkDroppedEventData
Parameters
- timestamp
- String
Gets the timestamp of the data chunk dropped.
- trackType
- String
Gets the type of the track (Audio / Video).
- timescale
- String
Gets the timescale of the Timestamp.
- resultCode
- String
Gets the result code for fragment drop operation.
- trackName
- String
Gets the name of the track for which fragment is dropped.
Returns
A new MediaLiveEventIncomingDataChunkDroppedEventData instance for mocking.