Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaLiveEventEncoderDisconnectedEventData

Package version

Encoder disconnected event data.

Hierarchy

  • MediaLiveEventEncoderDisconnectedEventData

Index

Properties

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 resultCode

resultCode: undefined | string

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

Optional streamId

streamId: undefined | string

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

Generated using TypeDoc