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.
Constructors
Link copied to clipboard
fun SelectVideoTrackByAttributeResponse(attribute: String, filter: String, filterValue: String? = null, odataType: String)