Uses of Class
com.azure.resourcemanager.mediaservices.models.InterleaveOutput
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of InterleaveOutput in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final InterleaveOutput
InterleaveOutput.INTERLEAVED_OUTPUT
Static value InterleavedOutput for InterleaveOutput.static final InterleaveOutput
InterleaveOutput.NON_INTERLEAVED_OUTPUT
Static value NonInterleavedOutput for InterleaveOutput.Modifier and TypeMethodDescriptionstatic InterleaveOutput
InterleaveOutput.fromString
(String name) Creates or finds a InterleaveOutput from its string representation.PresetConfigurations.interleaveOutput()
Get the interleaveOutput property: Sets the interleave mode of the output to control how audio and video are stored in the container format.Modifier and TypeMethodDescriptionstatic Collection<InterleaveOutput>
InterleaveOutput.values()
Gets known InterleaveOutput values.Modifier and TypeMethodDescriptionPresetConfigurations.withInterleaveOutput
(InterleaveOutput interleaveOutput) Set the interleaveOutput property: Sets the interleave mode of the output to control how audio and video are stored in the container format.