Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingStreamReceivedEventData

Package version

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

Hierarchy

  • MediaLiveEventIncomingStreamReceivedEventData

Index

Properties

bitrate

bitrate: number

Gets the bitrate of the track. NOTE: This property will not be serialized. It can only be populated by the server.

duration

duration: string

Gets the duration of the first data chunk. NOTE: This property will not be serialized. It can only be populated by the server.

encoderIp

encoderIp: string

Gets the remote IP. NOTE: This property will not be serialized. It can only be populated by the server.

encoderPort

encoderPort: string

Gets the remote port. NOTE: This property will not be serialized. It can only be populated by the server.

ingestUrl

ingestUrl: string

Gets the ingest URL provided by the live event. NOTE: This property will not be serialized. It can only be populated by the server.

timescale

timescale: string

Gets the timescale in which timestamp is represented. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp

timestamp: string

Gets the first timestamp of the data chunk received. NOTE: This property will not be serialized. It can only be populated by the server.

trackName

trackName: string

Gets the track name. NOTE: This property will not be serialized. It can only be populated by the server.

trackType

trackType: string

Gets the type of the track (Audio / Video). NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc