volume.
| 163 | |
| 164 | // volume. |
| 165 | void oms_stream::SetVolume(float vol) { |
| 166 | m_maxvol = vol; |
| 167 | m_stream.SetVolume(vol); |
| 168 | } |
| 169 | |
| 170 | // processes current command on stream, return false to end processing. |
| 171 | bool oms_stream::processCommand() { |
no outgoing calls
no test coverage detected