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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional duration

duration: undefined | string

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

Optional encoderIp

encoderIp: undefined | string

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

Optional encoderPort

encoderPort: undefined | string

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

Optional ingestUrl

ingestUrl: undefined | 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.

Optional timescale

timescale: undefined | string

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

Optional timestamp

timestamp: undefined | 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.

Optional trackName

trackName: undefined | string

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

Optional trackType

trackType: undefined | 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