Share via


MediaLiveEventIncomingStreamReceivedEventData Class

Definition

Encoder connect event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamReceived event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamReceivedEventData+MediaLiveEventIncomingStreamReceivedEventDataConverter))]
public class MediaLiveEventIncomingStreamReceivedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaLiveEventIncomingStreamReceivedEventData+MediaLiveEventIncomingStreamReceivedEventDataConverter))>]
type MediaLiveEventIncomingStreamReceivedEventData = class
Public Class MediaLiveEventIncomingStreamReceivedEventData
Inheritance
MediaLiveEventIncomingStreamReceivedEventData
Attributes

Properties

Bitrate

Gets the bitrate of the track.

Duration

Gets the duration of the first data chunk.

EncoderIp

Gets the remote IP.

EncoderPort

Gets the remote port.

IngestUrl

Gets the ingest URL provided by the live event.

Timescale

Gets the timescale in which timestamp is represented.

Timestamp

Gets the first timestamp of the data chunk received.

TrackName

Gets the track name.

TrackType

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

Applies to