Class VideoBasicInformation

    • Constructor Detail

      • VideoBasicInformation

        public VideoBasicInformation()
      • VideoBasicInformation

        public VideoBasicInformation​(VideoBasicInformation source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getFrameWidth

        public Long getFrameWidth()
        Get 视频宽度
        Returns:
        FrameWidth 视频宽度
      • setFrameWidth

        public void setFrameWidth​(Long FrameWidth)
        Set 视频宽度
        Parameters:
        FrameWidth - 视频宽度
      • getFrameHeight

        public Long getFrameHeight()
        Get 视频高度
        Returns:
        FrameHeight 视频高度
      • setFrameHeight

        public void setFrameHeight​(Long FrameHeight)
        Set 视频高度
        Parameters:
        FrameHeight - 视频高度
      • getFramesPerSecond

        public Long getFramesPerSecond()
        Get 视频帧速率(FPS)
        Returns:
        FramesPerSecond 视频帧速率(FPS)
      • setFramesPerSecond

        public void setFramesPerSecond​(Long FramesPerSecond)
        Set 视频帧速率(FPS)
        Parameters:
        FramesPerSecond - 视频帧速率(FPS)
      • getDuration

        public Float getDuration()
        Get 视频时长
        Returns:
        Duration 视频时长
      • setDuration

        public void setDuration​(Float Duration)
        Set 视频时长
        Parameters:
        Duration - 视频时长
      • getTotalFrames

        public Long getTotalFrames()
        Get 视频帧数
        Returns:
        TotalFrames 视频帧数
      • setTotalFrames

        public void setTotalFrames​(Long TotalFrames)
        Set 视频帧数
        Parameters:
        TotalFrames - 视频帧数