Set the IP address of the stream output @param ipAddress specifies the IP address of the stream output
| 91 | /// Set the IP address of the stream output |
| 92 | /// @param ipAddress specifies the IP address of the stream output |
| 93 | void setIPAddressOfStream(const std::string &ipAddress) { |
| 94 | base::MutexLock lock(_mutex); |
| 95 | _ipAddress = ipAddress; |
| 96 | } |
| 97 | |
| 98 | /// Get the IP address of the stream output |
| 99 | std::string getIPAddressOfStream() const { |
no outgoing calls
no test coverage detected