| 413 | } |
| 414 | |
| 415 | void VideoBackendPlayer::Tick() |
| 416 | { |
| 417 | if (AudioSource && IsAudioSpatial && Transform) |
| 418 | { |
| 419 | AudioBackend::Source::TransformChanged(AudioSource, Transform->Translation, Transform->Orientation); |
| 420 | } |
| 421 | } |
| 422 | |
| 423 | void VideoBackendPlayer::ReleaseResources() |
| 424 | { |
no outgoing calls
no test coverage detected