Class MediaLiveEventEncoderDisconnectedEventData


  • public final class MediaLiveEventEncoderDisconnectedEventData
    extends Object
    Encoder disconnected event data. Schema of the Data property of an EventGridEvent for a Microsoft.Media.LiveEventEncoderDisconnected event.
    • Constructor Detail

      • MediaLiveEventEncoderDisconnectedEventData

        public MediaLiveEventEncoderDisconnectedEventData()
    • Method Detail

      • getIngestUrl

        public String getIngestUrl()
        Get the ingestUrl property: Gets the ingest URL provided by the live event.
        Returns:
        the ingestUrl value.
      • getStreamId

        public String getStreamId()
        Get the streamId property: Gets the stream Id.
        Returns:
        the streamId value.
      • getEncoderIp

        public String getEncoderIp()
        Get the encoderIp property: Gets the remote IP.
        Returns:
        the encoderIp value.
      • getEncoderPort

        public String getEncoderPort()
        Get the encoderPort property: Gets the remote port.
        Returns:
        the encoderPort value.
      • getResultCode

        public String getResultCode()
        Get the resultCode property: Gets the result code.
        Returns:
        the resultCode value.