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

Function IsOutput

testing/testmedia.cpp:2999–2999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2997
2998template<class Base>
2999inline bool IsOutput() { return false; }
3000
3001template<>
3002inline bool IsOutput<Target>() { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected