Class RTSPPullSourceAddress

    • Constructor Detail

      • RTSPPullSourceAddress

        public RTSPPullSourceAddress()
      • RTSPPullSourceAddress

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

      • getUrl

        public String getUrl()
        Get RTSP源站的Url地址。
        Returns:
        Url RTSP源站的Url地址。
      • setUrl

        public void setUrl​(String Url)
        Set RTSP源站的Url地址。
        Parameters:
        Url - RTSP源站的Url地址。