Class TimecodeBurnin

    • Method Detail

      • fontSize

        public final Integer fontSize()
        Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.
        Returns:
        Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.
      • positionAsString

        public final String positionAsString()
        Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.

        If the service returns an enum value that is not available in the current SDK version, position will return TimecodeBurninPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from positionAsString().

        Returns:
        Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
        See Also:
        TimecodeBurninPosition
      • prefix

        public final String prefix()
        Use Prefix to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.
        Returns:
        Use Prefix to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.
      • 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)