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