Show / Hide Table of Contents

Class EncodingStats

EncodingStats

Inheritance
System.Object
EncodingStats
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 EncodingStats

Properties

BillableEgressBytes

Billable egress output

Declaration
public List<EgressInformation> BillableEgressBytes { get; }
Property Value
Type Description
System.Collections.Generic.List<EgressInformation>

BillableEncodingMinutes

Detailed statistics per stream

Declaration
public List<BillableEncodingMinutes> BillableEncodingMinutes { get; }
Property Value
Type Description
System.Collections.Generic.List<BillableEncodingMinutes>

BillableFeatureMinutes

Billable feature minutes

Declaration
public double? BillableFeatureMinutes { get; }
Property Value
Type Description
System.Nullable<System.Double>

BillableMinutes

Billable minutes

Declaration
public double? BillableMinutes { get; }
Property Value
Type Description
System.Nullable<System.Double>

BillableTransmuxingMinutes

Billable transmuxing minutes (required)

Declaration
public double? BillableTransmuxingMinutes { get; }
Property Value
Type Description
System.Nullable<System.Double>

BytesEncoded

Total bytes encoded

Declaration
public long? BytesEncoded { get; }
Property Value
Type Description
System.Nullable<System.Int64>

Date

Date, format. yyyy-MM-dd

Declaration
public DateTime? Date { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

DownloadedSize

Downloaded size of the input file

Declaration
public long? DownloadedSize { get; }
Property Value
Type Description
System.Nullable<System.Int64>

EncodingId

The id of the encoding (required)

Declaration
public string EncodingId { get; }
Property Value
Type Description
System.String

Features

Detailed statistics per feature

Declaration
public List<BillableEncodingFeatureMinutes> Features { get; }
Property Value
Type Description
System.Collections.Generic.List<BillableEncodingFeatureMinutes>

Muxings

Detailed statistics per muxing (required)

Declaration
public List<StatisticsPerMuxing> Muxings { get; }
Property Value
Type Description
System.Collections.Generic.List<StatisticsPerMuxing>

Streams

Detailed statistics per stream (required)

Declaration
public List<StatisticsPerStream> Streams { get; }
Property Value
Type Description
System.Collections.Generic.List<StatisticsPerStream>

TimeEncoded

Total time encoded

Declaration
public long? TimeEncoded { get; }
Property Value
Type Description
System.Nullable<System.Int64>
Back to top Generated by DocFX