Class BuiltInStandardEncoderPreset
java.lang.Object
com.azure.resourcemanager.mediaservices.models.Preset
com.azure.resourcemanager.mediaservices.models.BuiltInStandardEncoderPreset
Describes a built-in preset for encoding the input video with the Standard Encoder.
-
Constructor Summary
ConstructorDescriptionCreates an instance of BuiltInStandardEncoderPreset class. -
Method Summary
Modifier and TypeMethodDescriptionGet the configurations property: Optional configuration settings for encoder.Get the presetName property: The built-in preset to be used for encoding videos.void
validate()
Validates the instance.withConfigurations
(PresetConfigurations configurations) Set the configurations property: Optional configuration settings for encoder.withPresetName
(EncoderNamedPreset presetName) Set the presetName property: The built-in preset to be used for encoding videos.
-
Constructor Details
-
BuiltInStandardEncoderPreset
public BuiltInStandardEncoderPreset()Creates an instance of BuiltInStandardEncoderPreset class.
-
-
Method Details
-
configurations
Get the configurations property: Optional configuration settings for encoder. Configurations is only supported for ContentAwareEncoding and H265ContentAwareEncoding BuiltInStandardEncoderPreset.- Returns:
- the configurations value.
-
withConfigurations
Set the configurations property: Optional configuration settings for encoder. Configurations is only supported for ContentAwareEncoding and H265ContentAwareEncoding BuiltInStandardEncoderPreset.- Parameters:
configurations
- the configurations value to set.- Returns:
- the BuiltInStandardEncoderPreset object itself.
-
presetName
Get the presetName property: The built-in preset to be used for encoding videos.- Returns:
- the presetName value.
-
withPresetName
Set the presetName property: The built-in preset to be used for encoding videos.- Parameters:
presetName
- the presetName value to set.- Returns:
- the BuiltInStandardEncoderPreset object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classPreset
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-