X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fsoundmanager.git;a=blobdiff_plain;f=doc%2Fapi-ref%2Fhtml%2Flibsoundmanager_8hpp.html;fp=doc%2Fapi-ref%2Fhtml%2Flibsoundmanager_8hpp.html;h=4291c66ab22166b176c5471f93601c5fdb8fe72c;hp=0000000000000000000000000000000000000000;hb=f743c3428f41b8d127e538ea8a6505a0c882cdb2;hpb=afc9a6768f5c3cbfdd36b73a0d65378c40d2af85 diff --git a/doc/api-ref/html/libsoundmanager_8hpp.html b/doc/api-ref/html/libsoundmanager_8hpp.html new file mode 100644 index 0000000..4291c66 --- /dev/null +++ b/doc/api-ref/html/libsoundmanager_8hpp.html @@ -0,0 +1,158 @@ + + + + + + + +Sound Manager: SoundManagerBinding/include/libsoundmanager/libsoundmanager.hpp File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Sound Manager +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
libsoundmanager.hpp File Reference
+
+
+
#include <audiomanagertypes.h>
+#include <vector>
+#include <map>
+#include <string>
+#include <json-c/json.h>
+#include <systemd/sd-event.h>
+#include <afb/afb-binding.h>
+#include <afb/afb-wsj1.h>
+#include <afb/afb-ws-client.h>
+
+

Go to the source code of this file.

+ + + + +

+Data Structures

class  LibSoundmanager
 
+ + + + + +

+Variables

const std::vector< std::string > api_list
 
const std::vector< std::string > event_list
 
+

Variable Documentation

+ +

◆ api_list

+ +
+
+ + + + +
const std::vector<std::string> api_list
+
+Initial value:
{
std::string("connect"),
std::string("disconnect"),
std::string("setVolume"),
std::string("volumeStep"),
std::string("setSinkMuteState"),
std::string("getListMainConnections"),
std::string("ackConnect"),
std::string("ackDisconnect"),
std::string("ackSetSourceState"),
std::string("registerSource"),
std::string("deregisterSource"),
std::string("subscribe"),
std::string("unsubscribe")
}
+

Definition at line 34 of file libsoundmanager.hpp.

+ +
+
+ +

◆ event_list

+ +
+
+ + + + +
const std::vector<std::string> event_list
+
+Initial value:
{
std::string("newMainConnection"),
std::string("volumeChanged"),
std::string("removedMainConnection"),
std::string("sinkMuteStateChanged"),
std::string("mainConnectionStateChanged"),
std::string("setRoutingReady"),
std::string("setRoutingRundown"),
std::string("asyncConnect"),
std::string("ackSetSourceState")
}
+

Definition at line 50 of file libsoundmanager.hpp.

+ +
+
+
+
+ + + +