35#ifndef AAX_VHostTaskAgent_H
36#define AAX_VHostTaskAgent_H
56 ACFPtr<AAX_IACFTaskAgent> mTaskAgentV1;
Interface to access an AAX_IACFTaskAgent object implemented by the host.
int32_t AAX_Result
Definition: AAX.h:347
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:265
Versioned interface for a component that accepts task requests.
Definition: AAX_IACFTaskAgent.h:63
Interface to access an AAX_IACFTaskAgent object implemented by the host.
Definition: AAX_IHostTaskAgent.h:50
Definition: AAX_VHostTaskAgent.h:43
~AAX_VHostTaskAgent() override
AAX_Result CancelAllTasks() override
AAX_Result AddTask(IACFUnknown *iTask) override
AAX_Result Uninitialize() override
AAX_Result Initialize(IACFUnknown *iController) override
AAX_VHostTaskAgent(IACFUnknown *iUnknown)