| 728 | } |
| 729 | |
| 730 | void Sound_VideoFlushCallback(void* data, int64_t pts) |
| 731 | { |
| 732 | BASS_ChannelStop(BASS_Video); |
| 733 | Sound_CheckBASSError("Stopping audio stream routing for video playback", false); |
| 734 | } |
| 735 | |
| 736 | void Sound_FreeSample(int index) |
| 737 | { |
nothing calls this directly
no test coverage detected