| 959 | return retval; |
| 960 | } |
| 961 | void StreamStop(int handle) { |
| 962 | if (handle > -1) { |
| 963 | if (AudioStream::m_streams[handle]) |
| 964 | AudioStream::m_streams[handle]->Stop(); |
| 965 | } |
| 966 | User_audio_stream.Close(); |
| 967 | } |
| 968 | int StreamGetSoundHandle(int handle) { |
| 969 | if (handle > -1) { |
| 970 | if (AudioStream::m_streams[handle]) |