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

Method CSndQueue

srtcore/queue.cpp:413–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411
412//
413srt::CSndQueue::CSndQueue()
414 : m_pSndUList(NULL)
415 , m_pChannel(NULL)
416 , m_pTimer(NULL)
417 , m_bClosing(false)
418{
419}
420
421srt::CSndQueue::~CSndQueue()
422{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected