Uses of Class
com.azure.resourcemanager.mediaservices.models.TrackAttribute
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of TrackAttribute in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final TrackAttribute
TrackAttribute.BITRATE
Static value Bitrate for TrackAttribute.static final TrackAttribute
TrackAttribute.LANGUAGE
Static value Language for TrackAttribute.Modifier and TypeMethodDescriptionSelectAudioTrackByAttribute.attribute()
Get the attribute property: The TrackAttribute to filter the tracks by.SelectVideoTrackByAttribute.attribute()
Get the attribute property: The TrackAttribute to filter the tracks by.static TrackAttribute
TrackAttribute.fromString
(String name) Creates or finds a TrackAttribute from its string representation.Modifier and TypeMethodDescriptionstatic Collection<TrackAttribute>
TrackAttribute.values()
Gets known TrackAttribute values.Modifier and TypeMethodDescriptionSelectAudioTrackByAttribute.withAttribute
(TrackAttribute attribute) Set the attribute property: The TrackAttribute to filter the tracks by.SelectVideoTrackByAttribute.withAttribute
(TrackAttribute attribute) Set the attribute property: The TrackAttribute to filter the tracks by.