Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventIncomingStreamReceivedEventData

Package version

interface

An interface representing MediaLiveEventIncomingStreamReceivedEventData. Encoder connect event data.

Hierarchy

  • MediaLiveEventIncomingStreamReceivedEventData

Index

Properties

Optional bitrate

bitrate: undefined | number
member

{number} [bitrate] 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
member

{string} [duration] 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
member

{string} [encoderIp] Gets the remote IP. NOTE: This property will not be serialized. It can only be populated by the server.

Optional encoderPort

encoderPort: undefined | string
member

{string} [encoderPort] Gets the remote port. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ingestUrl

ingestUrl: undefined | string
member

{string} [ingestUrl] 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
member

{string} [timescale] 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
member

{string} [timestamp] 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
member

{string} [trackName] Gets the track name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional trackType

trackType: undefined | string
member

{string} [trackType] 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