Select Video Track By Attribute Response
data class SelectVideoTrackByAttributeResponse(val attribute: String, val filter: String, val filterValue: String? = null, val odataType: String)
Select video tracks from the input by specifying an attribute and an attribute filter.
Properties
Link copied to clipboard
The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.