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

Method GetFileSizeImpl

NetStream/source/players/player_av.cpp:377–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377int64_t AVPlayer::SmoothStreaming::GetFileSizeImpl()
378{
379 if (m_vod.get())
380 {
381 return m_vod->GetFileSize();
382 }
383
384 return 0;
385}
386
387int32_t AVPlayer::SmoothStreaming::VodOpenFileImpl(const char *argFilename)
388{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected