MediaLiveEventEncoderDisconnectedEventData interface
Encoder disconnected event data. Schema of the Data property of an EventGridEvent for a Microsoft.Media.LiveEventEncoderDisconnected event.
Properties
encoder |
Gets the remote IP. NOTE: This property will not be serialized. It can only be populated by the server. |
encoder |
Gets the remote port. NOTE: This property will not be serialized. It can only be populated by the server. |
ingest |
Gets the ingest URL provided by the live event. NOTE: This property will not be serialized. It can only be populated by the server. |
result |
Gets the result code. NOTE: This property will not be serialized. It can only be populated by the server. |
stream |
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