BuiltInStandardEncoderPreset Class

public final class BuiltInStandardEncoderPreset
extends Preset

Describes a built-in preset for encoding the input video with the Standard Encoder.

Constructor Summary

Constructor Description
BuiltInStandardEncoderPreset()

Creates an instance of BuiltInStandardEncoderPreset class.

Method Summary

Modifier and Type Method and Description
PresetConfigurations configurations()

Get the configurations property: Optional configuration settings for encoder.

EncoderNamedPreset presetName()

Get the presetName property: The built-in preset to be used for encoding videos.

void validate()

Validates the instance.

BuiltInStandardEncoderPreset withConfigurations(PresetConfigurations configurations)

Set the configurations property: Optional configuration settings for encoder.

BuiltInStandardEncoderPreset withPresetName(EncoderNamedPreset presetName)

Set the presetName property: The built-in preset to be used for encoding videos.

Methods inherited from Preset

Methods inherited from java.lang.Object

Constructor Details

BuiltInStandardEncoderPreset

public BuiltInStandardEncoderPreset()

Creates an instance of BuiltInStandardEncoderPreset class.

Method Details

configurations

public PresetConfigurations configurations()

Get the configurations property: Optional configuration settings for encoder. Configurations is only supported for ContentAwareEncoding and H265ContentAwareEncoding BuiltInStandardEncoderPreset.

Returns:

the configurations value.

presetName

public EncoderNamedPreset presetName()

Get the presetName property: The built-in preset to be used for encoding videos.

Returns:

the presetName value.

validate

public void validate()

Validates the instance.

Overrides:

BuiltInStandardEncoderPreset.validate()

withConfigurations

public BuiltInStandardEncoderPreset withConfigurations(PresetConfigurations configurations)

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.

withPresetName

public BuiltInStandardEncoderPreset withPresetName(EncoderNamedPreset presetName)

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.

Applies to