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. |