---------------------------------------------------------------------------
| 146 | } |
| 147 | //--------------------------------------------------------------------------- |
| 148 | bool TSound::IsSilence(void) |
| 149 | { |
| 150 | return QueueSize==0; |
| 151 | } |
| 152 | //--------------------------------------------------------------------------- |
| 153 | void TSound::Stop(void) |
| 154 | { |
nothing calls this directly
no outgoing calls
no test coverage detected