| 256 | } |
| 257 | |
| 258 | void AudioPlaybackThread::NotifyTransportStateChanged() |
| 259 | { |
| 260 | std::lock_guard<std::mutex> lock(transportMutex); |
| 261 | transportCondition.notify_all(); |
| 262 | } |
| 263 | |
| 264 | // Start audio thread |
| 265 | void AudioPlaybackThread::run() |
nothing calls this directly
no outgoing calls
no test coverage detected