MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / StreamStop

Function StreamStop

stream_audio/streamaudio.cpp:961–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959 return retval;
960}
961void 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}
968int StreamGetSoundHandle(int handle) {
969 if (handle > -1) {
970 if (AudioStream::m_streams[handle])

Callers 1

StopVoiceFunction · 0.85

Calls 2

StopMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected