Enum DynamicAudioSelectorType

  • All Implemented Interfaces:
    Serializable, Comparable<DynamicAudioSelectorType>

    @Generated("software.amazon.awssdk:codegen")
    public enum DynamicAudioSelectorType
    extends Enum<DynamicAudioSelectorType>
    Specify which audio tracks to dynamically select from your source. To select all audio tracks: Keep the default value, All tracks. To select all audio tracks with a specific language code: Choose Language code. When you do, you must also specify a language code under the Language code setting. If there is no matching Language code in your source, then no track will be selected.
    • Method Detail

      • values

        public static DynamicAudioSelectorType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (DynamicAudioSelectorType c : DynamicAudioSelectorType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DynamicAudioSelectorType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • fromValue

        public static DynamicAudioSelectorType fromValue​(String value)
        Use this in place of valueOf to convert the raw string returned by the service into the enum value.
        Parameters:
        value - real value
        Returns:
        DynamicAudioSelectorType corresponding to the value