| 80 | // ======================================================================= |
| 81 | |
| 82 | std::string TSReaderData::getFilePath() const { |
| 83 | base::MutexLock lock(_mutex); |
| 84 | return _filePath; |
| 85 | } |
| 86 | |
| 87 | bool TSReaderData::hasFilePath() const { |
| 88 | base::MutexLock lock(_mutex); |