Class OutputSRTSourceAddressResp

    • Constructor Detail

      • OutputSRTSourceAddressResp

        public OutputSRTSourceAddressResp()
      • OutputSRTSourceAddressResp

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

      • getIp

        public String getIp()
        Get 监听IP。
        Returns:
        Ip 监听IP。
      • setIp

        public void setIp​(String Ip)
        Set 监听IP。
        Parameters:
        Ip - 监听IP。
      • getPort

        public Long getPort()
        Get 监听端口。
        Returns:
        Port 监听端口。
      • setPort

        public void setPort​(Long Port)
        Set 监听端口。
        Parameters:
        Port - 监听端口。