JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elastictranscoder.model

Class DetectedProperties

    • Constructor Detail

      • DetectedProperties

        public DetectedProperties()
    • Method Detail

      • setWidth

        public void setWidth(Integer width)

        The detected width of the input file, in pixels.

        Parameters:
        width - The detected width of the input file, in pixels.
      • getWidth

        public Integer getWidth()

        The detected width of the input file, in pixels.

        Returns:
        The detected width of the input file, in pixels.
      • withWidth

        public DetectedProperties withWidth(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.
      • setHeight

        public void setHeight(Integer height)

        The detected height of the input file, in pixels.

        Parameters:
        height - The detected height of the input file, in pixels.
      • getHeight

        public Integer getHeight()

        The detected height of the input file, in pixels.

        Returns:
        The detected height of the input file, in pixels.
      • withHeight

        public DetectedProperties withHeight(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.
      • setFrameRate

        public void setFrameRate(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.
      • getFrameRate

        public String getFrameRate()

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

        Returns:
        The detected frame rate of the input file, in frames per second.
      • withFrameRate

        public DetectedProperties withFrameRate(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.
      • setFileSize

        public void setFileSize(Long fileSize)

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

        Parameters:
        fileSize - The detected file size of the input file, in bytes.
      • getFileSize

        public Long getFileSize()

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

        Returns:
        The detected file size of the input file, in bytes.
      • withFileSize

        public DetectedProperties withFileSize(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.
      • setDurationMillis

        public void setDurationMillis(Long durationMillis)

        The detected duration of the input file, in milliseconds.

        Parameters:
        durationMillis - The detected duration of the input file, in milliseconds.
      • getDurationMillis

        public Long getDurationMillis()

        The detected duration of the input file, in milliseconds.

        Returns:
        The detected duration of the input file, in milliseconds.
      • withDurationMillis

        public DetectedProperties withDurationMillis(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.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /