| 1288 | } |
| 1289 | |
| 1290 | unsigned CSoundGen::GetQueueFrame() const |
| 1291 | { |
| 1292 | if (const auto &cursor = m_pSoundDriver->GetPlayerCursor()) |
| 1293 | return cursor->GetQueuedFrame().value_or(-1); |
| 1294 | return -1; |
| 1295 | } |
| 1296 | |
| 1297 | // Verification |
| 1298 |
no test coverage detected