MCPcopy Create free account
hub / github.com/Haivision/srt / RtpTarget

Method RtpTarget

apps/transmitmedia.cpp:1156–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154class RtpTarget : public UdpTarget {
1155public:
1156 RtpTarget(string host, int port, const map<string,string>& attr ) :
1157 UdpTarget { host, port, attr } {}
1158};
1159
1160template <class Iface> struct Rtp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected