Class MediaLiveEventIncomingStreamReceivedEventData


  • public class MediaLiveEventIncomingStreamReceivedEventData
    extends Object
    Encoder connect event data.
    • Constructor Detail

      • MediaLiveEventIncomingStreamReceivedEventData

        public MediaLiveEventIncomingStreamReceivedEventData()
    • Method Detail

      • ingestUrl

        public String ingestUrl()
        Get gets the ingest URL provided by the live event.
        Returns:
        the ingestUrl value
      • trackType

        public String trackType()
        Get gets the type of the track (Audio / Video).
        Returns:
        the trackType value
      • trackName

        public String trackName()
        Get gets the track name.
        Returns:
        the trackName value
      • bitrate

        public Long bitrate()
        Get gets the bitrate of the track.
        Returns:
        the bitrate value
      • encoderIp

        public String encoderIp()
        Get gets the remote IP.
        Returns:
        the encoderIp value
      • encoderPort

        public String encoderPort()
        Get gets the remote port.
        Returns:
        the encoderPort value
      • timestamp

        public String timestamp()
        Get gets the first timestamp of the data chunk received.
        Returns:
        the timestamp value
      • duration

        public String duration()
        Get gets the duration of the first data chunk.
        Returns:
        the duration value
      • timescale

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