Class Condition
Condition
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 Condition : AbstractCondition
Properties
Attribute
The attribute that should be used for the evaluation. Valid values include, depending on the context: - HEIGHT - WIDTH - BITRATE - FPS - ASPECTRATIO - INPUTSTREAM - LANGUAGE - CHANNELFORMAT - CHANNELLAYOUT - STREAMCOUNT - AUDIOSTREAMCOUNT - VIDEOSTREAMCOUNT - DURATION - ROTATION (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 (required)
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |