EventGridModelFactory.MediaLiveEventIncomingStreamReceivedEventData 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 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.
- 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
Azure SDK for .NET