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

Method getBind

srtcore/queue.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490
491#ifdef SRT_ENABLE_BINDTODEVICE
492bool srt::CSndQueue::getBind(char* dst, size_t len) const
493{
494 return m_pChannel ? m_pChannel->getBind(dst, len) : false;
495}
496#endif
497
498#if defined(SRT_DEBUG_SNDQ_HIGHRATE)

Callers 1

getOptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected