Class 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 Detail

      • MediaLiveEventEncoderConnectedEventData

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