Show / Hide Table of Contents

Enum FragmentedMp4MuxingManifestType

Manifest type to be generated for the Fragmented MP4 Muxing. Only significant if a valid fragmentDuration is passed. If this is not set, Smooth Streaming is assumed.

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

Fields

Name Description
DASH_ON_DEMAND

DASH On-demand manifest

HLS_BYTE_RANGES

HLS manifest with byte ranges

HLS_BYTE_RANGES_AND_IFRAME_PLAYLIST

HLS manifest with byte ranges and I-frame playlist

NONE

Do not create a manifest

SMOOTH

Smooth Streaming manifest

Back to top Generated by DocFX