Class BillableEncodingFeatureMinutes
BillableEncodingFeatureMinutes
Inheritance
System.Object
BillableEncodingFeatureMinutes
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 BillableEncodingFeatureMinutes
Properties
BillableMinutes
The billable minutes related to this feature.
Declaration
public double? BillableMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
EncodedMinutes
Encoded minutes related to this feature.
Declaration
public double? EncodedMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
FeatureMultiplier
The multiplier used for this feature.
Declaration
public double? FeatureMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
FeatureType
The name of the feature.
Declaration
public string FeatureType { get; set; }
Property Value
Type | Description |
---|---|
System.String |