Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
AE Namespace Reference

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()>
 

Typedef Documentation

◆ Cleanup

using AE::Cleanup = typedef std::function<void()>

◆ CreateSink

using AE::CreateSink = typedef std::function<std::unique_ptr<IAESink>(std::string& device, AEAudioFormat& desiredFormat)>

◆ Enumerate

using AE::Enumerate = typedef std::function<void(AEDeviceInfoList& list, bool force)>