![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <stdint.h>
#include <map>
#include <string>
#include <vector>
#include "Utils/AEAudioFormat.h"
#include "Utils/AEDeviceInfo.h"
Classes | |
struct | AE::AESinkInfo |
struct | AE::AESinkRegEntry |
class | AE::CAESinkFactory |
Namespaces | |
namespace | AE |
Typedefs | |
typedef IAESink *(* | AE::CreateSink) (std::string &device, AEAudioFormat &desiredFormat) |
typedef void(* | AE::Enumerate) (AEDeviceInfoList &list, bool force) |
typedef void(* | AE::Cleanup) () |