Class SrtStatistics
SrtStatistics
Inheritance
System.Object
SrtStatistics
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SrtStatistics
Properties
CreatedAt
Timestamp when the srt statistics event was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
Declaration
public DateTime? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
EncodingId
UUID of an encoding
Declaration
public string EncodingId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
UUID of the statistic event
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Link
Link
Declaration
public SrtStatisticLink Link { get; set; }
Property Value
Type | Description |
---|---|
SrtStatisticLink |
OrgId
UUID of the associated organization
Declaration
public string OrgId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Recv
Recv
Declaration
public SrtStatisticRecv Recv { get; set; }
Property Value
Type | Description |
---|---|
SrtStatisticRecv |
Send
Send
Declaration
public SrtStatisticSend Send { get; set; }
Property Value
Type | Description |
---|---|
SrtStatisticSend |
SrtInputId
UUID of the SRT input used to capture this statistics
Declaration
public string SrtInputId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SrtInputSelected
Whether the SRT input that generated this statistics was selected (i.e. actively used) at the time or not
Declaration
public bool? SrtInputSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
UserId
UUID of the associated api-user
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Window
Window
Declaration
public SrtStatisticWindow Window { get; set; }
Property Value
Type | Description |
---|---|
SrtStatisticWindow |