| | 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 streams out of sync event data. </summary> |
| | 11 | | public partial class MediaLiveEventIncomingStreamsOutOfSyncEventData |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of MediaLiveEventIncomingStreamsOutOfSyncEventData. </summary> |
| 0 | 14 | | internal MediaLiveEventIncomingStreamsOutOfSyncEventData() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of MediaLiveEventIncomingStreamsOutOfSyncEventData. </summary> |
| | 19 | | /// <param name="minLastTimestamp"> Gets the minimum last timestamp received. </param> |
| | 20 | | /// <param name="typeOfStreamWithMinLastTimestamp"> Gets the type of stream with minimum last timestamp. </param |
| | 21 | | /// <param name="maxLastTimestamp"> Gets the maximum timestamp among all the tracks (audio or video). </param> |
| | 22 | | /// <param name="typeOfStreamWithMaxLastTimestamp"> Gets the type of stream with maximum last timestamp. </param |
| | 23 | | /// <param name="timescaleOfMinLastTimestamp"> Gets the timescale in which "MinLastTimestamp" is repre |
| | 24 | | /// <param name="timescaleOfMaxLastTimestamp"> Gets the timescale in which "MaxLastTimestamp" is repre |
| 2 | 25 | | internal MediaLiveEventIncomingStreamsOutOfSyncEventData(string minLastTimestamp, string typeOfStreamWithMinLast |
| | 26 | | { |
| 2 | 27 | | MinLastTimestamp = minLastTimestamp; |
| 2 | 28 | | TypeOfStreamWithMinLastTimestamp = typeOfStreamWithMinLastTimestamp; |
| 2 | 29 | | MaxLastTimestamp = maxLastTimestamp; |
| 2 | 30 | | TypeOfStreamWithMaxLastTimestamp = typeOfStreamWithMaxLastTimestamp; |
| 2 | 31 | | TimescaleOfMinLastTimestamp = timescaleOfMinLastTimestamp; |
| 2 | 32 | | TimescaleOfMaxLastTimestamp = timescaleOfMaxLastTimestamp; |
| 2 | 33 | | } |
| | 34 | |
|
| | 35 | | /// <summary> Gets the minimum last timestamp received. </summary> |
| 2 | 36 | | public string MinLastTimestamp { get; } |
| | 37 | | /// <summary> Gets the type of stream with minimum last timestamp. </summary> |
| 2 | 38 | | public string TypeOfStreamWithMinLastTimestamp { get; } |
| | 39 | | /// <summary> Gets the maximum timestamp among all the tracks (audio or video). </summary> |
| 2 | 40 | | public string MaxLastTimestamp { get; } |
| | 41 | | /// <summary> Gets the type of stream with maximum last timestamp. </summary> |
| 2 | 42 | | public string TypeOfStreamWithMaxLastTimestamp { get; } |
| | 43 | | /// <summary> Gets the timescale in which "MinLastTimestamp" is represented. </summary> |
| 2 | 44 | | public string TimescaleOfMinLastTimestamp { get; } |
| | 45 | | /// <summary> Gets the timescale in which "MaxLastTimestamp" is represented. </summary> |
| 2 | 46 | | public string TimescaleOfMaxLastTimestamp { get; } |
| | 47 | | } |
| | 48 | | } |