public class MediaLiveEventIncomingDataChunkDroppedEventData extends Object
| Constructor and Description |
|---|
MediaLiveEventIncomingDataChunkDroppedEventData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
bitrate()
Get gets the bitrate of the track.
|
String |
resultCode()
Get gets the result code for fragment drop operation.
|
String |
timescale()
Get gets the timescale of the Timestamp.
|
String |
timestamp()
Get gets the timestamp of the data chunk dropped.
|
String |
trackName()
Get gets the name of the track for which fragment is dropped.
|
String |
trackType()
Get gets the type of the track (Audio / Video).
|
public MediaLiveEventIncomingDataChunkDroppedEventData()
public String timestamp()
public String trackType()
public Long bitrate()
public String timescale()
public String resultCode()
public String trackName()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/