Show / Hide Table of Contents

Class DefaultManifestAttributeCondition

DefaultManifestAttributeCondition

Inheritance
System.Object
DefaultManifestCondition
DefaultManifestAttributeCondition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DefaultManifestAttributeCondition : DefaultManifestCondition

Properties

Attribute

The attribute that should be used for the evaluation: - audio.codec - audio.language - audio.bitrate - subtitle.format - subtitle.language - video.height - video.width - video.codec - video.bitrate - drm.type - muxing.type (required)

Declaration
public string Attribute { get; set; }
Property Value
Type Description
System.String

Operator

The operator that should be used for the evaluation (required)

Declaration
public ConditionOperator? Operator { get; set; }
Property Value
Type Description
System.Nullable<ConditionOperator>

Value

The value that should be used for comparison. Valid values depend on the attribute: - audio.codec (Enum; e.g., AAC, MP3, OPUS) - audio.language (String) - audio.bitrate (Integer) - subtitle.format (Enum; e.g., WEBVTT) - subtitle.language (String) - video.height (Integer) - video.width (Integer) - video.codec (Enum; e.g., AV1, H264, VP9) - video.bitrate (Integer) - drm.type (Enum; NoDrm, Cenc, CencWidevine, CencPlayReady, CencMarlin, CencFairPlay, Aes128, ClearKey, PrimeTime, Widevine, PlayReady, Marlin, FairPlay) - muxing.type (Enum; e.g., FMP4, MP4) (required)

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX