| 375 | } |
| 376 | |
| 377 | int64_t AVPlayer::SmoothStreaming::GetFileSizeImpl() |
| 378 | { |
| 379 | if (m_vod.get()) |
| 380 | { |
| 381 | return m_vod->GetFileSize(); |
| 382 | } |
| 383 | |
| 384 | return 0; |
| 385 | } |
| 386 | |
| 387 | int32_t AVPlayer::SmoothStreaming::VodOpenFileImpl(const char *argFilename) |
| 388 | { |
nothing calls this directly
no outgoing calls
no test coverage detected