Interface DetectedProperties.Builder

    • Method Detail

      • width

        DetectedProperties.Builder width​(Integer width)

        The detected width of the input file, in pixels.

        Parameters:
        width - The detected width of the input file, in pixels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • height

        DetectedProperties.Builder height​(Integer height)

        The detected height of the input file, in pixels.

        Parameters:
        height - The detected height of the input file, in pixels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • frameRate

        DetectedProperties.Builder frameRate​(String frameRate)

        The detected frame rate of the input file, in frames per second.

        Parameters:
        frameRate - The detected frame rate of the input file, in frames per second.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSize

        DetectedProperties.Builder fileSize​(Long fileSize)

        The detected file size of the input file, in bytes.

        Parameters:
        fileSize - The detected file size of the input file, in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • durationMillis

        DetectedProperties.Builder durationMillis​(Long durationMillis)

        The detected duration of the input file, in milliseconds.

        Parameters:
        durationMillis - The detected duration of the input file, in milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.