Class StreamPerTitleFixedResolutionAndBitrateSettings
StreamPerTitleFixedResolutionAndBitrateSettings
Inheritance
System.Object
StreamPerTitleFixedResolutionAndBitrateSettings
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 StreamPerTitleFixedResolutionAndBitrateSettings
Properties
BitrateSelectionMode
Bitrate selection mode
Declaration
public BitrateSelectionMode? BitrateSelectionMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BitrateSelectionMode> |
HighComplexityBoundaryForMaxBitrate
High complexity boundary for max bitrate
Declaration
public int? HighComplexityBoundaryForMaxBitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LowComplexityBoundaryForMaxBitrate
Low complexity boundary for max bitrate
Declaration
public int? LowComplexityBoundaryForMaxBitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MaxBitrate
The maximum bitrate that will be used for that template.
Declaration
public int? MaxBitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MinBitrate
The minimum bitrate that will be used for that template.
Declaration
public int? MinBitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |