Class FlowMediaVideo

    • Constructor Detail

      • FlowMediaVideo

        public FlowMediaVideo()
      • FlowMediaVideo

        public FlowMediaVideo​(FlowMediaVideo 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。
      • getSessionId

        public String getSessionId()
        Get 标志同一次推流。
        Returns:
        SessionId 标志同一次推流。
      • setSessionId

        public void setSessionId​(String SessionId)
        Set 标志同一次推流。
        Parameters:
        SessionId - 标志同一次推流。