MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Sound_VideoFlushCallback

Function Sound_VideoFlushCallback

TombEngine/Sound/sound.cpp:730–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730void 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
736void Sound_FreeSample(int index)
737{

Callers

nothing calls this directly

Calls 1

Sound_CheckBASSErrorFunction · 0.85

Tested by

no test coverage detected