Class EncodingStatistics
EncodingStatistics
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 EncodingStatistics
Properties
BillableEgressBytes
BillableEgressBytes
Declaration
public List<EgressInformation> BillableEgressBytes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EgressInformation> |
BillableEncodingMinutes
BillableEncodingMinutes
Declaration
public List<BillableEncodingMinutes> BillableEncodingMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BillableEncodingMinutes> |
BillableFeatureMinutes
Billable minutes for the features.
Declaration
public double? BillableFeatureMinutes { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
BillableTransmuxingMinutes
Billable minutes for the muxings.
Declaration
public double? BillableTransmuxingMinutes { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
BytesEgress
Egress output generated by file transfers in bytes (required)
Declaration
public long? BytesEgress { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
BytesEncoded
Bytes encoded for this encoding. (required)
Declaration
public long? BytesEncoded { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Date
Date, format. yyyy-MM-dd (required)
Declaration
public DateTime? Date { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Features
Features
Declaration
public List<BillableEncodingFeatureMinutes> Features { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BillableEncodingFeatureMinutes> |
Muxings
Muxings
Declaration
public List<StatisticsPerMuxing> Muxings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StatisticsPerMuxing> |
Streams
Streams
Declaration
public List<StatisticsPerStream> Streams { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StatisticsPerStream> |
TimeEncoded
Time in seconds encoded for this encoding. (required)
Declaration
public long? TimeEncoded { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |