Class AudioCodecSettings

    • Method Detail

      • aacSettings

        public final AacSettings aacSettings()
        Returns the value of the AacSettings property for this object.
        Returns:
        The value of the AacSettings property for this object.
      • ac3Settings

        public final Ac3Settings ac3Settings()
        Returns the value of the Ac3Settings property for this object.
        Returns:
        The value of the Ac3Settings property for this object.
      • eac3AtmosSettings

        public final Eac3AtmosSettings eac3AtmosSettings()
        Returns the value of the Eac3AtmosSettings property for this object.
        Returns:
        The value of the Eac3AtmosSettings property for this object.
      • eac3Settings

        public final Eac3Settings eac3Settings()
        Returns the value of the Eac3Settings property for this object.
        Returns:
        The value of the Eac3Settings property for this object.
      • mp2Settings

        public final Mp2Settings mp2Settings()
        Returns the value of the Mp2Settings property for this object.
        Returns:
        The value of the Mp2Settings property for this object.
      • passThroughSettings

        public final PassThroughSettings passThroughSettings()
        Returns the value of the PassThroughSettings property for this object.
        Returns:
        The value of the PassThroughSettings property for this object.
      • wavSettings

        public final WavSettings wavSettings()
        Returns the value of the WavSettings property for this object.
        Returns:
        The value of the WavSettings property for this object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)