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

Method Setup

testing/testactivemedia.hpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 template<class Arg>
138 void Setup(Arg&& medium, size_t chunksize)
139 {
140 chunksize_ = chunksize;
141 return Base::Setup(std::move(medium));
142 }
143};
144
145struct TargetMedium: Medium<Target>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected