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

Method PlayAudio

Source/Engine/Video/Video.cpp:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void VideoBackendPlayer::PlayAudio()
279{
280 if (AudioSource)
281 {
282 IsAudioPlayPending = 0;
283 AudioBackend::Source::Play(AudioSource);
284 }
285}
286
287void VideoBackendPlayer::PauseAudio()
288{

Callers 4

UpdatePlayerFunction · 0.80
Player_PlayMethod · 0.80
Player_PlayMethod · 0.80
Player_PlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected