Uses of Class
com.azure.resourcemanager.mediaservices.models.PresetConfigurations
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of PresetConfigurations in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionBuiltInStandardEncoderPreset.configurations()
Get the configurations property: Optional configuration settings for encoder.PresetConfigurations.withComplexity
(Complexity complexity) Set the complexity property: Allows you to configure the encoder settings to control the balance between speed and quality.PresetConfigurations.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.PresetConfigurations.withKeyFrameIntervalInSeconds
(Float keyFrameIntervalInSeconds) Set the keyFrameIntervalInSeconds property: The key frame interval in seconds.PresetConfigurations.withMaxBitrateBps
(Integer maxBitrateBps) Set the maxBitrateBps property: The maximum bitrate in bits per second (threshold for the top video layer).PresetConfigurations.withMaxHeight
(Integer maxHeight) Set the maxHeight property: The maximum height of output video layers.PresetConfigurations.withMaxLayers
(Integer maxLayers) Set the maxLayers property: The maximum number of output video layers.PresetConfigurations.withMinBitrateBps
(Integer minBitrateBps) Set the minBitrateBps property: The minimum bitrate in bits per second (threshold for the bottom video layer).PresetConfigurations.withMinHeight
(Integer minHeight) Set the minHeight property: The minimum height of output video layers.Modifier and TypeMethodDescriptionBuiltInStandardEncoderPreset.withConfigurations
(PresetConfigurations configurations) Set the configurations property: Optional configuration settings for encoder.