Class PresetAudioCodecOptions


  • public final class PresetAudioCodecOptions
    extends java.lang.Object
    • Method Detail

      • bitDepth

        public java.util.Optional<java.lang.String> bitDepth()
        Returns:
        The bit depth of a sample is how many bits of information are included in the audio samples. Valid values are `16` and `24`. (FLAC/PCM Only)
      • bitOrder

        public java.util.Optional<java.lang.String> bitOrder()
        Returns:
        The order the bits of a PCM sample are stored in. The supported value is LittleEndian. (PCM Only)
      • profile

        public java.util.Optional<java.lang.String> profile()
        Returns:
        If you specified AAC for Audio:Codec, choose the AAC profile for the output file.
      • signed

        public java.util.Optional<java.lang.String> signed()
        Returns:
        Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned). The supported value is Signed. (PCM Only)