Enum CmafMpdManifestBandwidthType

  • All Implemented Interfaces:
    Serializable, Comparable<CmafMpdManifestBandwidthType>

    @Generated("software.amazon.awssdk:codegen")
    public enum CmafMpdManifestBandwidthType
    extends Enum<CmafMpdManifestBandwidthType>
    Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.
    • Method Detail

      • values

        public static CmafMpdManifestBandwidthType[] 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 (CmafMpdManifestBandwidthType c : CmafMpdManifestBandwidthType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CmafMpdManifestBandwidthType 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 CmafMpdManifestBandwidthType 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:
        CmafMpdManifestBandwidthType corresponding to the value