Uses of Class
com.azure.resourcemanager.mediaservices.models.JobInputClip
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of JobInputClip in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionfinal class
Represents an Asset for input into a Job.final class
Represents HTTPS job input.Modifier and TypeMethodDescriptionSet the end property: Defines a point on the timeline of the input media at which processing will end.Set the files property: List of files.JobInputClip.withInputDefinitions
(List<InputDefinition> inputDefinitions) Set the inputDefinitions property: Defines a list of InputDefinitions.Set the label property: A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform.Set the start property: Defines a point on the timeline of the input media at which processing will start.Modifier and TypeMethodDescriptionJobInputSequence.inputs()
Get the inputs property: JobInputs that make up the timeline.Modifier and TypeMethodDescriptionJobInputSequence.withInputs
(List<JobInputClip> inputs) Set the inputs property: JobInputs that make up the timeline.