Share via


EventGridModelFactory.MediaLiveEventIncomingStreamReceivedEventData Method

Definition

Initializes a new instance of MediaLiveEventIncomingStreamReceivedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamReceivedEventData MediaLiveEventIncomingStreamReceivedEventData (string ingestUrl = default, string trackType = default, string trackName = default, long? bitrate = default, string encoderIp = default, string encoderPort = default, string timestamp = default, string duration = default, string timescale = default);
static member MediaLiveEventIncomingStreamReceivedEventData : string * string * string * Nullable<int64> * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamReceivedEventData
Public Shared Function MediaLiveEventIncomingStreamReceivedEventData (Optional ingestUrl As String = Nothing, Optional trackType As String = Nothing, Optional trackName As String = Nothing, Optional bitrate As Nullable(Of Long) = Nothing, Optional encoderIp As String = Nothing, Optional encoderPort As String = Nothing, Optional timestamp As String = Nothing, Optional duration As String = Nothing, Optional timescale As String = Nothing) As MediaLiveEventIncomingStreamReceivedEventData

Parameters

ingestUrl
String

Gets the ingest URL provided by the live event.

trackType
String

Gets the type of the track (Audio / Video).

trackName
String

Gets the track name.

bitrate
Nullable<Int64>

Gets the bitrate of the track.

encoderIp
String

Gets the remote IP.

encoderPort
String

Gets the remote port.

timestamp
String

Gets the first timestamp of the data chunk received.

duration
String

Gets the duration of the first data chunk.

timescale
String

Gets the timescale in which timestamp is represented.

Returns

A new MediaLiveEventIncomingStreamReceivedEventData instance for mocking.

Applies to