Class EncoderSystemPresetType


  • public final class EncoderSystemPresetType
    extends com.azure.core.util.ExpandableStringEnum<EncoderSystemPresetType>
    Defines values for EncoderSystemPresetType.
    • Field Detail

      • SINGLE_LAYER_540P_H264_AAC

        public static final EncoderSystemPresetType SINGLE_LAYER_540P_H264_AAC
        Static value SingleLayer_540p_H264_AAC for EncoderSystemPresetType.
      • SINGLE_LAYER_720P_H264_AAC

        public static final EncoderSystemPresetType SINGLE_LAYER_720P_H264_AAC
        Static value SingleLayer_720p_H264_AAC for EncoderSystemPresetType.
      • SINGLE_LAYER_1080P_H264_AAC

        public static final EncoderSystemPresetType SINGLE_LAYER_1080P_H264_AAC
        Static value SingleLayer_1080p_H264_AAC for EncoderSystemPresetType.
      • SINGLE_LAYER_2160P_H264_AAC

        public static final EncoderSystemPresetType SINGLE_LAYER_2160P_H264_AAC
        Static value SingleLayer_2160p_H264_AAC for EncoderSystemPresetType.
    • Constructor Detail

      • EncoderSystemPresetType

        public EncoderSystemPresetType()
    • Method Detail

      • fromString

        public static EncoderSystemPresetType fromString​(String name)
        Creates or finds a EncoderSystemPresetType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding EncoderSystemPresetType.