MediaLiveEventEncoderDisconnectedEventData interface

Encoder disconnected event data. Schema of the Data property of an EventGridEvent for a Microsoft.Media.LiveEventEncoderDisconnected event.

Properties

encoderIp

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

encoderPort

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

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.

resultCode

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

streamId

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

Property Details

encoderIp

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

encoderIp: string

Property Value

string

encoderPort

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

encoderPort: string

Property Value

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.

ingestUrl: string

Property Value

string

resultCode

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

resultCode: string

Property Value

string

streamId

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

streamId: string

Property Value

string