Class VideoStatusEncodingMetadata

    • Constructor Detail

      • VideoStatusEncodingMetadata

        public VideoStatusEncodingMetadata()
    • Method Detail

      • getWidth

        @Nullable
        public Integer getWidth()
        The width of the video in pixels.
        Returns:
        width
      • setWidth

        public void setWidth​(Integer width)
      • getHeight

        @Nullable
        public Integer getHeight()
        The height of the video in pixels.
        Returns:
        height
      • setHeight

        public void setHeight​(Integer height)
      • getBitrate

        @Nullable
        public BigDecimal getBitrate()
        The number of bits processed per second.
        Returns:
        bitrate
      • setBitrate

        public void setBitrate​(BigDecimal bitrate)
      • getDuration

        @Nullable
        public Integer getDuration()
        The length of the video.
        Returns:
        duration
      • setDuration

        public void setDuration​(Integer duration)
      • getFramerate

        @Nullable
        public Integer getFramerate()
        The frequency with which consecutive images or frames appear on a display. Shown in this API as frames per second (fps).
        Returns:
        framerate
      • setFramerate

        public void setFramerate​(Integer framerate)
      • getSamplerate

        @Nullable
        public Integer getSamplerate()
        How many samples per second a digital audio system uses to record an audio signal. The higher the rate, the higher the frequencies that can be recorded. They are presented in this API using hertz.
        Returns:
        samplerate
      • setSamplerate

        public void setSamplerate​(Integer samplerate)
      • getVideoCodec

        @Nullable
        public String getVideoCodec()
        The method used to compress and decompress digital video. API Video supports all codecs in the libavcodec library.
        Returns:
        videoCodec
      • setVideoCodec

        public void setVideoCodec​(String videoCodec)
      • getAudioCodec

        @Nullable
        public String getAudioCodec()
        The method used to compress and decompress digital audio for your video.
        Returns:
        audioCodec
      • setAudioCodec

        public void setAudioCodec​(String audioCodec)
      • getAspectRatio

        @Nullable
        public String getAspectRatio()
        Get aspectRatio
        Returns:
        aspectRatio
      • setAspectRatio

        public void setAspectRatio​(String aspectRatio)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object