| | | 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> Ingest fragment dropped event data. </summary> |
| | | 11 | | public partial class MediaLiveEventIngestHeartbeatEventData |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of MediaLiveEventIngestHeartbeatEventData. </summary> |
| | 0 | 14 | | internal MediaLiveEventIngestHeartbeatEventData() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of MediaLiveEventIngestHeartbeatEventData. </summary> |
| | | 19 | | /// <param name="trackType"> Gets the type of the track (Audio / Video). </param> |
| | | 20 | | /// <param name="trackName"> Gets the track name. </param> |
| | | 21 | | /// <param name="bitrate"> Gets the bitrate of the track. </param> |
| | | 22 | | /// <param name="incomingBitrate"> Gets the incoming bitrate. </param> |
| | | 23 | | /// <param name="lastTimestamp"> Gets the last timestamp. </param> |
| | | 24 | | /// <param name="timescale"> Gets the timescale of the last timestamp. </param> |
| | | 25 | | /// <param name="overlapCount"> Gets the fragment Overlap count. </param> |
| | | 26 | | /// <param name="discontinuityCount"> Gets the fragment Discontinuity count. </param> |
| | | 27 | | /// <param name="nonincreasingCount"> Gets Non increasing count. </param> |
| | | 28 | | /// <param name="unexpectedBitrate"> Gets a value indicating whether unexpected bitrate is present or not. </par |
| | | 29 | | /// <param name="state"> Gets the state of the live event. </param> |
| | | 30 | | /// <param name="healthy"> Gets a value indicating whether preview is healthy or not. </param> |
| | 2 | 31 | | internal MediaLiveEventIngestHeartbeatEventData(string trackType, string trackName, long? bitrate, long? incomin |
| | | 32 | | { |
| | 2 | 33 | | TrackType = trackType; |
| | 2 | 34 | | TrackName = trackName; |
| | 2 | 35 | | Bitrate = bitrate; |
| | 2 | 36 | | IncomingBitrate = incomingBitrate; |
| | 2 | 37 | | LastTimestamp = lastTimestamp; |
| | 2 | 38 | | Timescale = timescale; |
| | 2 | 39 | | OverlapCount = overlapCount; |
| | 2 | 40 | | DiscontinuityCount = discontinuityCount; |
| | 2 | 41 | | NonincreasingCount = nonincreasingCount; |
| | 2 | 42 | | UnexpectedBitrate = unexpectedBitrate; |
| | 2 | 43 | | State = state; |
| | 2 | 44 | | Healthy = healthy; |
| | 2 | 45 | | } |
| | | 46 | | |
| | | 47 | | /// <summary> Gets the type of the track (Audio / Video). </summary> |
| | 2 | 48 | | public string TrackType { get; } |
| | | 49 | | /// <summary> Gets the track name. </summary> |
| | 2 | 50 | | public string TrackName { get; } |
| | | 51 | | /// <summary> Gets the bitrate of the track. </summary> |
| | 2 | 52 | | public long? Bitrate { get; } |
| | | 53 | | /// <summary> Gets the incoming bitrate. </summary> |
| | 2 | 54 | | public long? IncomingBitrate { get; } |
| | | 55 | | /// <summary> Gets the last timestamp. </summary> |
| | 2 | 56 | | public string LastTimestamp { get; } |
| | | 57 | | /// <summary> Gets the timescale of the last timestamp. </summary> |
| | 2 | 58 | | public string Timescale { get; } |
| | | 59 | | /// <summary> Gets the fragment Overlap count. </summary> |
| | 2 | 60 | | public long? OverlapCount { get; } |
| | | 61 | | /// <summary> Gets the fragment Discontinuity count. </summary> |
| | 2 | 62 | | public long? DiscontinuityCount { get; } |
| | | 63 | | /// <summary> Gets Non increasing count. </summary> |
| | 2 | 64 | | public long? NonincreasingCount { get; } |
| | | 65 | | /// <summary> Gets a value indicating whether unexpected bitrate is present or not. </summary> |
| | 2 | 66 | | public bool? UnexpectedBitrate { get; } |
| | | 67 | | /// <summary> Gets the state of the live event. </summary> |
| | 2 | 68 | | public string State { get; } |
| | | 69 | | /// <summary> Gets a value indicating whether preview is healthy or not. </summary> |
| | 2 | 70 | | public bool? Healthy { get; } |
| | | 71 | | } |
| | | 72 | | } |