| 220 | } |
| 221 | |
| 222 | Audio::IAudioSource* MusicObject::GetTrackSample(size_t trackIndex) const |
| 223 | { |
| 224 | return _loadedSampleTable.LoadSample(static_cast<uint32_t>(trackIndex)); |
| 225 | } |
| 226 | |
| 227 | ObjectAsset MusicObject::GetAsset(IReadObjectContext& context, std::string_view path) |
| 228 | { |
no test coverage detected