Refactor|Audio|Client: Decouple audio::IDriver::IPlayer instances
Such instances are no longer linked to their owning driver object,meaning that each implementation must provide this functionality (ifneeded). IPlayer instances will be going away soon and now seems agood time to decouple.
View differences
Refactor|Audio|Client: Decouple audio::IDriver::IPlayer instances
Such instances are no longer linked to their owning driver object,
meaning that each implementation must provide this functionality (if
needed). IPlayer instances will be going away soon and now seems a
good time to decouple.