public class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData extends Object
| Constructor and Description |
|---|
MediaLiveEventIncomingVideoStreamsOutOfSyncEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
firstDuration()
Get gets the duration of the data chunk with first timestamp.
|
String |
firstTimestamp()
Get gets the first timestamp received for one of the quality levels.
|
String |
secondDuration()
Get gets the duration of the data chunk with second timestamp.
|
String |
secondTimestamp()
Get gets the timestamp received for some other quality levels.
|
String |
timescale()
Get gets the timescale in which both the timestamps and durations are represented.
|
public MediaLiveEventIncomingVideoStreamsOutOfSyncEventData()
public String firstTimestamp()
public String firstDuration()
public String secondTimestamp()
public String secondDuration()
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.
*/