Class MediaLiveEventEncoderDisconnectedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.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 Details

    • MediaLiveEventEncoderDisconnectedEventData

      public MediaLiveEventEncoderDisconnectedEventData()
  • Method Details

    • 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.