Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
AE Namespace Reference

Classes

struct  AESinkInfo
 
struct  AESinkRegEntry
 
class  CAESinkFactory
 

Typedefs

typedef IAESink *(* CreateSink) (std::string &device, AEAudioFormat &desiredFormat)
 
typedef void(* Enumerate) (AEDeviceInfoList &list, bool force)
 
typedef void(* Cleanup) ()
 

Typedef Documentation

◆ Cleanup

typedef void(* AE::Cleanup) ()

◆ CreateSink

typedef IAESink *(* AE::CreateSink) (std::string &device, AEAudioFormat &desiredFormat)

◆ Enumerate

typedef void(* AE::Enumerate) (AEDeviceInfoList &list, bool force)