Fully implement IPrefetchableSupport

This commit is contained in:
Robbert van der Helm
2021-01-12 15:37:58 +01:00
parent 892aaab65a
commit 87b270273f
4 changed files with 29 additions and 5 deletions
+2 -1
View File
@@ -163,7 +163,8 @@ using AudioProcessorRequest =
YaComponent::GetBusInfo,
YaComponent::GetRoutingInfo,
YaComponent::ActivateBus,
YaComponent::SetActive>;
YaComponent::SetActive,
YaPrefetchableSupport::GetPrefetchableSupport>;
template <typename S>
void serialize(S& s, AudioProcessorRequest& payload) {