| 265 | } |
| 266 | |
| 267 | bool AudioClip::CanBeUpdated() const |
| 268 | { |
| 269 | // Check if is ready and has no streaming tasks running |
| 270 | return _totalChunks != 0 && _streamingTask == nullptr; |
| 271 | } |
| 272 | |
| 273 | Task* AudioClip::UpdateAllocation(int32 residency) |
| 274 | { |
no outgoing calls
no test coverage detected