Class VideoCodecSettings

    • Method Detail

      • frameCaptureSettings

        public final FrameCaptureSettings frameCaptureSettings()
        Returns the value of the FrameCaptureSettings property for this object.
        Returns:
        The value of the FrameCaptureSettings property for this object.
      • h264Settings

        public final H264Settings h264Settings()
        Returns the value of the H264Settings property for this object.
        Returns:
        The value of the H264Settings property for this object.
      • h265Settings

        public final H265Settings h265Settings()
        Returns the value of the H265Settings property for this object.
        Returns:
        The value of the H265Settings property for this object.
      • mpeg2Settings

        public final Mpeg2Settings mpeg2Settings()
        Returns the value of the Mpeg2Settings property for this object.
        Returns:
        The value of the Mpeg2Settings property for this object.
      • av1Settings

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