Class MediaLiveEventEncoderConnectedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaLiveEventEncoderConnectedEventData

public final class MediaLiveEventEncoderConnectedEventData extends Object
Encoder connect event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventEncoderConnected event.
  • Constructor Details

    • MediaLiveEventEncoderConnectedEventData

      public MediaLiveEventEncoderConnectedEventData()
  • 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.