MCPcopy Create free account
hub / github.com/SFML/SFML / NetworkRecorder

Method NetworkRecorder

examples/voip/Client.cpp:35–37  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// Constructor \param host Remote host to which send the recording data \param port Port of the remote host ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

33 ///
34 ////////////////////////////////////////////////////////////
35 NetworkRecorder(sf::IpAddress host, unsigned short port) : m_host(host), m_port(port)
36 {
37 }
38
39 ////////////////////////////////////////////////////////////
40 /// Destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected