dxd - dynax driver framework 2.2.0d81
cross platform open source driver development framework
|
#include <dx_coreaudio_server.h>
Public Member Functions | |
operator::AudioServerPlugInDriverInterface ** () noexcept | |
plugin (const typename super::match &matching_ids, const char *id, dx::log log={}) | |
Protected Types | |
typedef decltype(matching_ids) | match |
typedef decltype(matching_ids) | match |
Protected Member Functions | |
void | add (const device_id_t &device_id) override try |
adds a new device to the device list | |
dx_catchall_rethrow() using super void | add (const std::string &id, const typename device_t::desc &desc) |
void | arrived () override |
notify device arrivals completed stub | |
void | arrived (device_t &device) override |
notify specific device arrival stub | |
catch (...) | |
catch (...) | |
catch (const dx::exception &__dx_exception) | |
catch (const dx::exception &__dx_exception) | |
catch (const std::exception &__std_exception) | |
catch (const std::exception &__std_exception) | |
void | clear () noexcept try |
replaces std::map::clear to call virtual notification methods | |
void | conclude () noexcept override try |
conclude notification: object will be removed. If you overwrite conclude() you also need to overwrite destructor and check if its needed to be called from there. | |
void | exception (const class exception &exception, bool filtered=false) const noexcept override try |
notification exception handler | |
virtual void | exception (const exception &exception, bool filtered=false) const noexcept=0 |
notification exception handler | |
void | info (std::ostream &os) noexcept override |
log object class information | |
void | launch () override try |
launch notification: object mounted and ready to use | |
virtual void | launch () try |
launch notification: object mounted and ready to use | |
void | remove (const device_id_t &device_id) override try |
finds and removes a device from the device list | |
void | remove (const std::string &id) |
void | removed () noexcept override |
notify device removals completed stub | |
virtual void | removed (device_t &) noexcept |
notify specific device removal stub | |
Protected Attributes | |
T | elements |
STL member. | |
K | keys |
STL member. | |
bool | launched {} |
log | log |
std::vector<::GUID > | matching_ids |
struct dx::proxy::driver::notification | notification |
const char * | product_id |
io::registry | registry |
std::deque< setup > | setup |
uint32_t | version |
|
inherited |
|
inherited |
|
inline |
matching_ids | the matching IDs identifying the driver interface |
id | coreaudio server plugins bundle ID |
|
inlineoverrideprotectedvirtualinherited |
adds a new device to the device list
dx::exception |
Implements dx::driver< decltype(device_t::id)>.
Reimplemented in dx::virtuel::driver< device_t >.
|
inlineinherited |
|
inlineoverrideprotectedvirtual |
notify device arrivals completed stub
Reimplemented from dx::driver< decltype(device_t::id)>.
|
inlineoverrideprotectedvirtual |
notify specific device arrival stub
Reimplemented from dx::map::driver< device_t >.
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectednoexceptinherited |
replaces std::map::clear to call virtual notification methods
|
inlineoverrideprotectedvirtualnoexceptinherited |
conclude notification: object will be removed. If you overwrite conclude() you also need to overwrite destructor and check if its needed to be called from there.
Reimplemented from dx::object.
|
inlineoverridenoexceptinherited |
notification exception handler
|
pure virtualnoexceptinherited |
notification exception handler
Implemented in dx::device< std::string >, dx::device<::AudioObjectID >, dx::device<::io_service_t >, dx::device< id_t >, dx::proxy::device, dx::usb::platform::device, and dx::proxy::device.
|
inlineoverridevirtualnoexceptinherited |
log object class information
Reimplemented from dx::object.
|
inlineoverridevirtualinherited |
launch notification: object mounted and ready to use
Reimplemented from dx::object.
|
inlinevirtualinherited |
launch notification: object mounted and ready to use
Reimplemented from dx::object.
|
inlinenoexcept |
|
inlineoverridevirtualinherited |
finds and removes a device from the device list
dx::exception |
Reimplemented from dx::map::driver< device_t >.
|
inlineinherited |
|
inlineoverrideprotectedvirtualnoexcept |
notify device removals completed stub
Reimplemented from dx::driver< decltype(device_t::id)>.
|
inlineprotectedvirtualnoexceptinherited |
notify specific device removal stub
Reimplemented in dx::stream::engine< device_t, pin_t, driver_t, io_t, circular_t >.
|
inherited |
STL member.
|
inherited |
STL member.
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
(c) copyright 2009 dynamic acoustics e.U. | generated on Fri Dec 20 2024 |