AccountFilterTrackSelectionCondition

data class AccountFilterTrackSelectionCondition(val operation: String, val property: String, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The track property value to match or not match.