Class HLSPullSourceAddress

    • Constructor Detail

      • HLSPullSourceAddress

        public HLSPullSourceAddress()
      • HLSPullSourceAddress

        public HLSPullSourceAddress​(HLSPullSourceAddress 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 HLS源站的Url地址。
        Returns:
        Url HLS源站的Url地址。
      • setUrl

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