Asset Filter Track Selection Condition
data class AssetFilterTrackSelectionCondition(val operation: String? = null, val property: String? = null, val value: String? = null)
Properties
Link copied to clipboard
The track property to compare. Supported values are Bitrate
, FourCC
, Language
, Name
and Type
. Check documentation for more details.