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

Method close

srtcore/queue.cpp:1853–1861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1851}
1852
1853void srt::CMultiplexer::close()
1854{
1855 if (m_pChannel)
1856 {
1857 m_pChannel->close();
1858 delete m_pChannel;
1859 m_pChannel = NULL;
1860 }
1861}
1862
1863void srt::CMultiplexer::stop()
1864{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected