Show / Hide Table of Contents

Enum StreamConditionsMode

StreamConditionsMode

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

Fields

Name Description
DROP_MUXING

The whole muxing will be omitted if one or more of its stream conditions are not fulfilled

DROP_STREAM

Streams not fulfilling the stream conditions will be omitted from the muxing. The muxing will be omitted if there is no stream meeting the conditions.

Back to top Generated by DocFX