MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / StopAudio

Method StopAudio

Source/Engine/Video/Video.cpp:296–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void VideoBackendPlayer::StopAudio()
297{
298 if (AudioSource)
299 {
300 AudioBackend::Source::Stop(AudioSource);
301 IsAudioPlayPending = 1;
302 }
303}
304
305void VideoBackendPlayer::InitVideoFrame()
306{

Callers 5

Player_StopMethod · 0.80
Player_SeekMethod · 0.80
Player_StopMethod · 0.80
Player_StopMethod · 0.80
Player_SeekMethod · 0.80

Calls 1

StopFunction · 0.50

Tested by

no test coverage detected