Class MediaLiveEventIncomingStreamReceivedEventData


  • public final class MediaLiveEventIncomingStreamReceivedEventData
    extends Object
    Encoder connect event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingStreamReceived event.
    • Constructor Detail

      • MediaLiveEventIncomingStreamReceivedEventData

        public MediaLiveEventIncomingStreamReceivedEventData()
    • Method Detail

      • getIngestUrl

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

        public String getTrackType()
        Get the trackType property: Gets the type of the track (Audio / Video).
        Returns:
        the trackType value.
      • getTrackName

        public String getTrackName()
        Get the trackName property: Gets the track name.
        Returns:
        the trackName value.
      • getBitrate

        public Long getBitrate()
        Get the bitrate property: Gets the bitrate of the track.
        Returns:
        the bitrate 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.
      • getTimestamp

        public String getTimestamp()
        Get the timestamp property: Gets the first timestamp of the data chunk received.
        Returns:
        the timestamp value.
      • getDuration

        public String getDuration()
        Get the duration property: Gets the duration of the first data chunk.
        Returns:
        the duration value.
      • getTimescale

        public String getTimescale()
        Get the timescale property: Gets the timescale in which timestamp is represented.
        Returns:
        the timescale value.