| 426 | } |
| 427 | |
| 428 | int32_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 | |
| 438 | uint64_t AVPlayer::SmoothStreaming::VodSizeFileImpl() |
| 439 | { |