public class MediaLiveEventIncomingStreamReceivedEventData extends Object
| Constructor and Description |
|---|
MediaLiveEventIncomingStreamReceivedEventData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
bitrate()
Get gets the bitrate of the track.
|
String |
duration()
Get gets the duration of the first data chunk.
|
String |
encoderIp()
Get gets the remote IP.
|
String |
encoderPort()
Get gets the remote port.
|
String |
ingestUrl()
Get gets the ingest URL provided by the live event.
|
String |
timescale()
Get gets the timescale in which timestamp is represented.
|
String |
timestamp()
Get gets the first timestamp of the data chunk received.
|
String |
trackName()
Get gets the track name.
|
String |
trackType()
Get gets the type of the track (Audio / Video).
|
public MediaLiveEventIncomingStreamReceivedEventData()
public String ingestUrl()
public String trackType()
public String trackName()
public Long bitrate()
public String encoderIp()
public String encoderPort()
public String timestamp()
public String duration()
public String timescale()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/