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

Method VodReadOffsetFileImpl

NetStream/source/players/player_av.cpp:428–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428int32_t AVPlayer::SmoothStreaming::VodReadOffsetFileImpl(uint8_t *argBuffer, uint64_t argPosition, uint32_t argLength)
429{
430 int32_t ret = m_prVod->ReadEx(argBuffer, argPosition, argLength);
431 if (ret == PredictiveFile::PRF_ERR_EX_WAIT)
432 {
433 ret = 0;
434 }
435 return ret;
436}
437
438uint64_t AVPlayer::SmoothStreaming::VodSizeFileImpl()
439{

Callers 1

GetVODReplacementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected