类 Video

    • 构造器详细资料

      • Video

        public Video()
    • 方法详细资料

      • getCodec

        public String getCodec()
        视频编码信息集合(H.264)
      • setCodec

        public void setCodec​(String codec)
      • getCodecOptions

        public CodecOptions getCodecOptions()
        视频编码的配置选项
      • setCodecOptions

        public void setCodecOptions​(CodecOptions codecOptions)
      • getBitRateInBps

        public Integer getBitRateInBps()
        视频目标码率
      • setBitRateInBps

        public void setBitRateInBps​(Integer bitRateInBps)
      • withBitRateInBps

        public Video withBitRateInBps​(Integer bitRateInBps)
      • getMaxFrameRate

        public Float getMaxFrameRate()
        目标视频最大帧率
      • setMaxFrameRate

        public void setMaxFrameRate​(Float maxFrameRate)
      • withMaxFrameRate

        public Video withMaxFrameRate​(Float maxFrameRate)
      • getMaxWidthInPixel

        public Integer getMaxWidthInPixel()
        目标视频最大帧率
      • setMaxWidthInPixel

        public void setMaxWidthInPixel​(Integer maxWidth)
      • withMaxWidthInPixel

        public Video withMaxWidthInPixel​(Integer maxWidth)
      • getMaxHeightInPixel

        public Integer getMaxHeightInPixel()
        目标视频的最大高度
      • setMaxHeightInPixel

        public void setMaxHeightInPixel​(Integer maxHeight)
      • withMaxHeightInPixel

        public Video withMaxHeightInPixel​(Integer maxHeight)
      • getSizingPolicy

        public String getSizingPolicy()
        尺寸伸缩策略
      • setSizingPolicy

        public void setSizingPolicy​(String sizingPolicy)
      • withSizingPolicy

        public Video withSizingPolicy​(String sizingPolicy)