Class H265ColorSpaceSettings

    • Method Detail

      • colorSpacePassthroughSettings

        public final ColorSpacePassthroughSettings colorSpacePassthroughSettings()
        Returns the value of the ColorSpacePassthroughSettings property for this object.
        Returns:
        The value of the ColorSpacePassthroughSettings property for this object.
      • dolbyVision81Settings

        public final DolbyVision81Settings dolbyVision81Settings()
        Returns the value of the DolbyVision81Settings property for this object.
        Returns:
        The value of the DolbyVision81Settings property for this object.
      • hdr10Settings

        public final Hdr10Settings hdr10Settings()
        Returns the value of the Hdr10Settings property for this object.
        Returns:
        The value of the Hdr10Settings property for this object.
      • rec601Settings

        public final Rec601Settings rec601Settings()
        Returns the value of the Rec601Settings property for this object.
        Returns:
        The value of the Rec601Settings property for this object.
      • rec709Settings

        public final Rec709Settings rec709Settings()
        Returns the value of the Rec709Settings property for this object.
        Returns:
        The value of the Rec709Settings 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)