Show / Hide Table of Contents

Enum HlsTargetDurationRoundingMode

HlsTargetDurationRoundingMode

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

Fields

Name Description
NORMAL_ROUNDING

The target duration will be normally rounded. For example: if the target duration is 4.2 this will be rounded to 4.

UPWARD_ROUNDING

The target duration will be always rounded upwards. For example: if the target duration is 4.2 this will be rounded to 5.

Back to top Generated by DocFX