| 416 | } |
| 417 | |
| 418 | int32_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 | |
| 428 | int32_t AVPlayer::SmoothStreaming::VodReadOffsetFileImpl(uint8_t *argBuffer, uint64_t argPosition, uint32_t argLength) |
| 429 | { |
no test coverage detected