Searched defs:AudioEvent (Results 1 – 8 of 8) sorted by relevance
71 struct AudioEvent { struct72 uint32_t eventType;73 uint32_t deviceType;
108 struct AudioEvent { struct109 uint32_t eventType;110 uint32_t deviceType;111 std::string name;112 std::string address;
1 # AudioEvent chapter
68 struct AudioEvent { struct69 uint32_t eventType;70 uint32_t deviceType;
104 AudioEvent(const AudioEventType t, const std::string &c) : type(t), content(c) {}; in AudioEvent() function105 …AudioEvent(const int32_t t, const std::string &c) : type(static_cast<AudioEventType>(t)), content(… in AudioEvent() function
24 enum AudioEvent { enum