public class MediaLiveEventIngestHeartbeatEventData extends Object
| Constructor and Description |
|---|
MediaLiveEventIngestHeartbeatEventData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
bitrate()
Get gets the bitrate of the track.
|
Long |
discontinuityCount()
Get gets the fragment Discontinuity count.
|
Boolean |
healthy()
Get gets a value indicating whether preview is healthy or not.
|
Long |
incomingBitrate()
Get gets the incoming bitrate.
|
String |
lastTimestamp()
Get gets the last timestamp.
|
Long |
nonincreasingCount()
Get gets Non increasing count.
|
Long |
overlapCount()
Get gets the fragment Overlap count.
|
String |
state()
Get gets the state of the live event.
|
String |
timescale()
Get gets the timescale of the last timestamp.
|
String |
trackName()
Get gets the track name.
|
String |
trackType()
Get gets the type of the track (Audio / Video).
|
Boolean |
unexpectedBitrate()
Get gets a value indicating whether unexpected bitrate is present or not.
|
public MediaLiveEventIngestHeartbeatEventData()
public String trackType()
public String trackName()
public Long bitrate()
public Long incomingBitrate()
public String lastTimestamp()
public String timescale()
public Long overlapCount()
public Long discontinuityCount()
public Long nonincreasingCount()
public Boolean unexpectedBitrate()
public String state()
public Boolean healthy()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/