Show / Hide Table of Contents

Class StatisticsPerMuxing

StatisticsPerMuxing

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

Properties

BillableMinutes

Resulting minutes you will be charged for. (required)

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

EncodedBytes

Encoded bytes. (required)

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

Multiplicator

Multiplier for the encoded minutes. Depends on muxing type. (required)

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

MuxingId

ID of the muxing (required)

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

MuxingType

MuxingType

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

StreamId

ID of the stream (required)

Declaration
public string StreamId { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX