#pragma once #include namespace PortabilityLayer { class ClientAudioChannelContext { public: virtual void NotifyBufferFinished() = 0; }; }