Class MediaLiveEventIncomingStreamReceivedEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaLiveEventIncomingStreamReceivedEventData
-
public class MediaLiveEventIncomingStreamReceivedEventData extends Object
Encoder connect event data.
-
-
Constructor Summary
Constructors Constructor Description MediaLiveEventIncomingStreamReceivedEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longbitrate()Get gets the bitrate of the track.Stringduration()Get gets the duration of the first data chunk.StringencoderIp()Get gets the remote IP.StringencoderPort()Get gets the remote port.StringingestUrl()Get gets the ingest URL provided by the live event.Stringtimescale()Get gets the timescale in which timestamp is represented.Stringtimestamp()Get gets the first timestamp of the data chunk received.StringtrackName()Get gets the track name.StringtrackType()Get gets the type of the track (Audio / Video).
-
-
-
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
-
-