Show / Hide Table of Contents

Enum StreamMode

StreamMode

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

Fields

Name Description
PER_TITLE_RESULT

Once the Per-Title encoding is done, the generated streams will have this mode set.

PER_TITLE_TEMPLATE

Template for Per-Title encoding. This is used to define encoding settings for a given resolution when Per-Title encoding is enabled. Additionally, it allows to define which resolutions should be considered by Per-Title encoding.

PER_TITLE_TEMPLATE_FIXED_RESOLUTION

Same as PER_TITLE_TEMPLATE, but it will be ensured that the configured resolution will be present in the Per-Title result.

PER_TITLE_TEMPLATE_FIXED_RESOLUTION_AND_BITRATE

Same as PER_TITLE_TEMPLATE, but it will be ensured that the configured resolution and bitrate range will be present in the Per-Title result.

STANDARD

Standard encoding. This is used to configure renditions that must show up in the output, i.e. will get encoded exactly as configured.

Back to top Generated by DocFX