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

Method CancelStreamingTasks

Source/Engine/Audio/AudioClip.cpp:313–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void AudioClip::CancelStreamingTasks()
314{
315 ScopeLock lock(Locker);
316 if (_streamingTask)
317 {
318 _streamingTask->Cancel();
319 ASSERT_LOW_LAYER(_streamingTask == nullptr);
320 }
321}
322
323bool AudioClip::init(AssetInitData& initData)
324{

Callers

nothing calls this directly

Calls 1

CancelMethod · 0.45

Tested by

no test coverage detected