Uses of Class
com.azure.resourcemanager.mediaservices.models.InputDefinition
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of InputDefinition in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionfinal class
An InputDefinition that looks across all of the files provided to select tracks specified by the IncludedTracks property.final class
An InputDefinition that looks at each input file provided to select tracks specified by the IncludedTracks property.final class
An InputDefinition for a single file.Modifier and TypeMethodDescriptionInputDefinition.withIncludedTracks
(List<TrackDescriptor> includedTracks) Set the includedTracks property: The list of TrackDescriptors which define the metadata and selection of tracks in the input.Modifier and TypeMethodDescriptionJobInputClip.inputDefinitions()
Get the inputDefinitions property: Defines a list of InputDefinitions.Modifier and TypeMethodDescriptionJobInputAsset.withInputDefinitions
(List<InputDefinition> inputDefinitions) Set the inputDefinitions property: Defines a list of InputDefinitions.JobInputClip.withInputDefinitions
(List<InputDefinition> inputDefinitions) Set the inputDefinitions property: Defines a list of InputDefinitions.JobInputHttp.withInputDefinitions
(List<InputDefinition> inputDefinitions) Set the inputDefinitions property: Defines a list of InputDefinitions.