Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingStreamReceivedEventData

Package version

Encoder connect event data.

Hierarchy

  • MediaLiveEventIncomingStreamReceivedEventData

Index

Properties

Optional bitrate

bitrate: undefined | number

Gets the bitrate of the track.

Optional duration

duration: undefined | string

Gets the duration of the first data chunk.

Optional encoderIp

encoderIp: undefined | string

Gets the remote IP.

Optional encoderPort

encoderPort: undefined | string

Gets the remote port.

Optional ingestUrl

ingestUrl: undefined | string

Gets the ingest URL provided by the live event.

Optional timescale

timescale: undefined | string

Gets the timescale in which timestamp is represented.

Optional timestamp

timestamp: undefined | string

Gets the first timestamp of the data chunk received.

Optional trackName

trackName: undefined | string

Gets the track name.

Optional trackType

trackType: undefined | string

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

Generated using TypeDoc