Class VideoStreamInfo

    • Constructor Detail

      • VideoStreamInfo

        public VideoStreamInfo()
      • VideoStreamInfo

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

      • getBitrate

        public Long getBitrate()
        Get 码率,单位:bps。
        Returns:
        Bitrate 码率,单位:bps。
      • setBitrate

        public void setBitrate​(Long Bitrate)
        Set 码率,单位:bps。
        Parameters:
        Bitrate - 码率,单位:bps。
      • getHeight

        public Long getHeight()
        Get 高度,单位:px。
        Returns:
        Height 高度,单位:px。
      • setHeight

        public void setHeight​(Long Height)
        Set 高度,单位:px。
        Parameters:
        Height - 高度,单位:px。
      • getWidth

        public Long getWidth()
        Get 宽度,单位:px。
        Returns:
        Width 宽度,单位:px。
      • setWidth

        public void setWidth​(Long Width)
        Set 宽度,单位:px。
        Parameters:
        Width - 宽度,单位:px。
      • getCodec

        public String getCodec()
        Get 编码格式。
        Returns:
        Codec 编码格式。
      • setCodec

        public void setCodec​(String Codec)
        Set 编码格式。
        Parameters:
        Codec - 编码格式。
      • getFps

        public Long getFps()
        Get 帧率,单位:hz。
        Returns:
        Fps 帧率,单位:hz。
      • setFps

        public void setFps​(Long Fps)
        Set 帧率,单位:hz。
        Parameters:
        Fps - 帧率,单位:hz。