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

Method VodCloseFileImpl

NetStream/source/players/player_av.cpp:418–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418int32_t AVPlayer::SmoothStreaming::VodCloseFileImpl()
419{
420 m_prVod->Close();
421 delete m_prVod;
422 m_vodBuf.reset();
423 m_vod.reset();
424
425 return 0;
426}
427
428int32_t AVPlayer::SmoothStreaming::VodReadOffsetFileImpl(uint8_t *argBuffer, uint64_t argPosition, uint32_t argLength)
429{

Callers 1

GetVODReplacementMethod · 0.80

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected