Show / Hide Table of Contents

Class BillableEncodingMinutesDetails

BillableEncodingMinutesDetails

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

Properties

AUDIO

Billable minutes for audio. Available if stream is an audio stream.

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

HD

Billable minutes for HD resolutions.

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

SD

Billable minutes for SD resolutions.

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

UHD

Billable minutes for UHD resolutions.

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

UNKNOWN

Only set if resolution information is not present.

Declaration
public double? UNKNOWN { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX