类 VideoInfo


  • public class VideoInfo
    extends Object
    • 构造器详细资料

      • VideoInfo

        public VideoInfo()
    • 方法详细资料

      • getCodec

        public String getCodec()
        视频文件的编码规格
      • setCodec

        public void setCodec​(String codec)
      • getHeightInPixel

        public Integer getHeightInPixel()
        视频高度
      • setHeightInPixel

        public void setHeightInPixel​(Integer heightInPixel)
      • getWidthInPixel

        public Integer getWidthInPixel()
        视频宽度
      • setWidthInPixel

        public void setWidthInPixel​(Integer widthInPixel)
      • getBitRateInBps

        public Integer getBitRateInBps()
        视频媒体的码流
      • setBitRateInBps

        public void setBitRateInBps​(Integer bitRateInBps)
      • getFrameRate

        public Integer getFrameRate()
        视频媒体的帧率
      • setFrameRate

        public void setFrameRate​(Integer frameRate)
      • getRotate

        public Integer getRotate()
        视频媒体的旋转角度
      • setRotate

        public void setRotate​(Integer rotate)
      • getDar

        public String getDar()
        视频媒体的显示比例
      • setDar

        public void setDar​(String dar)