Show / Hide Table of Contents

Enum BitrateSelectionMode

BitrateSelectionMode

Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum BitrateSelectionMode

Fields

Name Description
COMPLEXITY_RANGE

Bitrate will be selected based on the complexity range given in the configuration (lowComplexityBoundaryForMaxBitrate and highComplexityBoundaryForMaxBitrate). Complexity is defined by the max bitrate selected for the resulting encoding profile.

OPTIMIZED

Bitrate will be selected to provide the best quality for the resulting encoding profile.

Back to top Generated by DocFX