AttributeFilter type

Defines values for AttributeFilter.
KnownAttributeFilter can be used interchangeably with AttributeFilter, this enum contains the known values that the service supports.

Known values supported by the service

All: All tracks will be included.
Top: The first track will be included when the attribute is sorted in descending order. Generally used to select the largest bitrate.
Bottom: The first track will be included when the attribute is sorted in ascending order. Generally used to select the smallest bitrate.
ValueEquals: Any tracks that have an attribute equal to the value given will be included.

type AttributeFilter = string