Class Video

    • Method Detail

      • bitrate

        public final Integer bitrate()

        Bitrate for generated output, in bps. Default: 2500000.

        Returns:
        Bitrate for generated output, in bps. Default: 2500000.
      • framerate

        public final Float framerate()

        Video frame rate, in fps. Default: 30.

        Returns:
        Video frame rate, in fps. Default: 30.
      • height

        public final Integer height()

        Video-resolution height. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.

        Returns:
        Video-resolution height. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.
      • width

        public final Integer width()

        Video-resolution width. Note that the maximum value is determined by width times height , such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.

        Returns:
        Video-resolution width. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.
      • serializableBuilderClass

        public static Class<? extends Video.Builder> serializableBuilderClass()
      • 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)