Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2998
template<class Base>
2999
inline bool IsOutput() { return false; }
3000
3001
template<>
3002
inline bool IsOutput<Target>() { return true; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected