AssetFilterTrackSelectionCondition

data class AssetFilterTrackSelectionCondition(val operation: String? = null, val property: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(operation: String? = null, property: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val operation: String? = null

The condition operation to test a track property against. Supported values are Equal and NotEqual.

Link copied to clipboard
val property: String? = null

The track property to compare. Supported values are Bitrate, FourCC, Language, Name and Type. Check documentation for more details.

Link copied to clipboard
val value: String? = null

The track property value to match or not match.