Show / Hide Table of Contents

Class BillableEncodingMinutes

BillableEncodingMinutes

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

Properties

BillableMinutes

BillableMinutes

Declaration
public BillableEncodingMinutesDetails BillableMinutes { get; set; }
Property Value
Type Description
BillableEncodingMinutesDetails

Codec

Codec

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

EncodingMode

EncodingMode

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

EnhancedDeinterlace

Indicates if an enhanced interlace filter was used.

Declaration
public bool? EnhancedDeinterlace { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

Live

Indicates if the stream was part of a live encoding.

Declaration
public bool? Live { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

NexGuardABWatermarkingType

NexGuardABWatermarkingType

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

PerTitleResultStream

PerTitleResultStream

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

PixelFormatBitDepth

PixelFormatBitDepth

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

Preset

Name of the preset configuration used for the codec configuration or &quot;CUSTOM&quot; if any preset values were overridden

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

PsnrMode

PsnrMode

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