public class MediaLiveEventIncomingStreamsOutOfSyncEventData extends Object
| Constructor and Description |
|---|
MediaLiveEventIncomingStreamsOutOfSyncEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
maxLastTimestamp()
Get gets the maximum timestamp among all the tracks (audio or video).
|
String |
minLastTimestamp()
Get gets the minimum last timestamp received.
|
String |
timescaleOfMaxLastTimestamp()
Get gets the timescale in which "MaxLastTimestamp" is represented.
|
String |
timescaleOfMinLastTimestamp()
Get gets the timescale in which "MinLastTimestamp" is represented.
|
String |
typeOfStreamWithMaxLastTimestamp()
Get gets the type of stream with maximum last timestamp.
|
String |
typeOfStreamWithMinLastTimestamp()
Get gets the type of stream with minimum last timestamp.
|
public MediaLiveEventIncomingStreamsOutOfSyncEventData()
public String minLastTimestamp()
public String typeOfStreamWithMinLastTimestamp()
public String maxLastTimestamp()
public String typeOfStreamWithMaxLastTimestamp()
public String timescaleOfMinLastTimestamp()
public String timescaleOfMaxLastTimestamp()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/