Class FlowVideo

    • Constructor Detail

      • FlowVideo

        public FlowVideo()
      • FlowVideo

        public FlowVideo​(FlowVideo 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

      • getFps

        public Long getFps()
        Get 帧率。
        Returns:
        Fps 帧率。
      • setFps

        public void setFps​(Long Fps)
        Set 帧率。
        Parameters:
        Fps - 帧率。
      • getRate

        public Long getRate()
        Get 码率,单位是bps。
        Returns:
        Rate 码率,单位是bps。
      • setRate

        public void setRate​(Long Rate)
        Set 码率,单位是bps。
        Parameters:
        Rate - 码率,单位是bps。
      • getPid

        public Long getPid()
        Get 音频Pid。
        Returns:
        Pid 音频Pid。
      • setPid

        public void setPid​(Long Pid)
        Set 音频Pid。
        Parameters:
        Pid - 音频Pid。