MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / LibLSInterface

Method LibLSInterface

NetStream/source/players/player_beav.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34BEAVPlayer::LibLSInterface::LibLSInterface()
35{
36 m_curl = NULL;
37 m_readPos = 0;
38 m_buf = NULL;
39 m_pos = 0;
40 m_lastError = 0;
41}
42
43BEAVPlayer::LibLSInterface::~LibLSInterface()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected