public class MediaLiveEventTrackDiscontinuityDetectedEventData extends Object
| Constructor and Description |
|---|
MediaLiveEventTrackDiscontinuityDetectedEventData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
bitrate()
Get gets the bitrate.
|
String |
discontinuityGap()
Get gets the discontinuity gap between PreviousTimestamp and NewTimestamp.
|
String |
newTimestamp()
Get gets the timestamp of the current fragment.
|
String |
previousTimestamp()
Get gets the timestamp of the previous fragment.
|
String |
timescale()
Get gets the timescale in which both timestamps and discontinuity gap are represented.
|
String |
trackName()
Get gets the track name.
|
String |
trackType()
Get gets the type of the track (Audio / Video).
|
public MediaLiveEventTrackDiscontinuityDetectedEventData()
public String trackType()
public String trackName()
public Long bitrate()
public String previousTimestamp()
public String newTimestamp()
public String timescale()
public String discontinuityGap()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/