![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Namespaces | |
namespace | SINK |
Classes | |
struct | AESinkDevice |
struct | AESinkInfo |
struct | AESinkRegEntry |
class | CAESinkFactory |
Typedefs | |
using | CreateSink = std::function< std::unique_ptr< IAESink >(std::string &device, AEAudioFormat &desiredFormat)> |
using | Enumerate = std::function< void(AEDeviceInfoList &list, bool force)> |
using | Cleanup = std::function< void()> |
using AE::Cleanup = typedef std::function<void()> |
using AE::CreateSink = typedef std::function<std::unique_ptr<IAESink>(std::string& device, AEAudioFormat& desiredFormat)> |
using AE::Enumerate = typedef std::function<void(AEDeviceInfoList& list, bool force)> |