Uses of Class
com.azure.resourcemanager.mediaservices.models.TrackDescriptor
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of TrackDescriptor in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionclass
A TrackSelection to select audio tracks.final class
Select audio tracks from the input by specifying an attribute and an attribute filter.final class
Select audio tracks from the input by specifying a track identifier.final class
Select video tracks from the input by specifying an attribute and an attribute filter.final class
Select video tracks from the input by specifying a track identifier.class
A TrackSelection to select video tracks.Modifier and TypeMethodDescriptionInputDefinition.includedTracks()
Get the includedTracks property: The list of TrackDescriptors which define the metadata and selection of tracks in the input.Modifier and TypeMethodDescriptionFromAllInputFile.withIncludedTracks
(List<TrackDescriptor> includedTracks) Set the includedTracks property: The list of TrackDescriptors which define the metadata and selection of tracks in the input.FromEachInputFile.withIncludedTracks
(List<TrackDescriptor> includedTracks) Set the includedTracks property: The list of TrackDescriptors which define the metadata and selection of tracks in the input.InputDefinition.withIncludedTracks
(List<TrackDescriptor> includedTracks) Set the includedTracks property: The list of TrackDescriptors which define the metadata and selection of tracks in the input.InputFile.withIncludedTracks
(List<TrackDescriptor> includedTracks) Set the includedTracks property: The list of TrackDescriptors which define the metadata and selection of tracks in the input.