| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Messaging.EventGrid.SystemEvents |
| | 9 | | { |
| | 10 | | /// <summary> Incoming video stream out of synch event data. </summary> |
| | 11 | | public partial class MediaLiveEventIncomingVideoStreamsOutOfSyncEventData |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of MediaLiveEventIncomingVideoStreamsOutOfSyncEventData. </summary> |
| 0 | 14 | | internal MediaLiveEventIncomingVideoStreamsOutOfSyncEventData() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of MediaLiveEventIncomingVideoStreamsOutOfSyncEventData. </summary> |
| | 19 | | /// <param name="firstTimestamp"> Gets the first timestamp received for one of the quality levels. </param> |
| | 20 | | /// <param name="firstDuration"> Gets the duration of the data chunk with first timestamp. </param> |
| | 21 | | /// <param name="secondTimestamp"> Gets the timestamp received for some other quality levels. </param> |
| | 22 | | /// <param name="secondDuration"> Gets the duration of the data chunk with second timestamp. </param> |
| | 23 | | /// <param name="timescale"> Gets the timescale in which both the timestamps and durations are represented. </pa |
| 2 | 24 | | internal MediaLiveEventIncomingVideoStreamsOutOfSyncEventData(string firstTimestamp, string firstDuration, strin |
| | 25 | | { |
| 2 | 26 | | FirstTimestamp = firstTimestamp; |
| 2 | 27 | | FirstDuration = firstDuration; |
| 2 | 28 | | SecondTimestamp = secondTimestamp; |
| 2 | 29 | | SecondDuration = secondDuration; |
| 2 | 30 | | Timescale = timescale; |
| 2 | 31 | | } |
| | 32 | |
|
| | 33 | | /// <summary> Gets the first timestamp received for one of the quality levels. </summary> |
| 2 | 34 | | public string FirstTimestamp { get; } |
| | 35 | | /// <summary> Gets the duration of the data chunk with first timestamp. </summary> |
| 2 | 36 | | public string FirstDuration { get; } |
| | 37 | | /// <summary> Gets the timestamp received for some other quality levels. </summary> |
| 2 | 38 | | public string SecondTimestamp { get; } |
| | 39 | | /// <summary> Gets the duration of the data chunk with second timestamp. </summary> |
| 2 | 40 | | public string SecondDuration { get; } |
| | 41 | | /// <summary> Gets the timescale in which both the timestamps and durations are represented. </summary> |
| 2 | 42 | | public string Timescale { get; } |
| | 43 | | } |
| | 44 | | } |