|
dxd - dynax driver framework 2.6.0d183
cross platform open source driver development framework
|
CoreAudio server streaming device. More...
#include <dx_coreaudio_server_device.h>
Inheritance diagram for dx::coreaudio::server::device< pin_t >:
Collaboration diagram for dx::coreaudio::server::device< pin_t >:Public Member Functions | |
| virtual void | create_pins () try |
| device (decltype(super::driver)&driver, decltype(super::id)&id) | |
| device (decltype(super::driver)&driver, decltype(super::id)&id, const typename super::desc_t &desc) | |
| dx_catchall_rethrow () void launch() override try | |
| client & | operator[] (::UInt32 client) try |
| pin_t & | pin (::AudioObjectID id) |
| pin_t & | pin (target target) |
Public Attributes | |
| dx_catchall_rethrow() virtual uint32_t property(std::map<::pid_t, client > | clients |
| generic device property handler | |
| uint8_t | idx = 0 |
| std::deque< pin_t > | pins |
Protected Member Functions | |
| void | initialize (const std::string &name) try |
| virtual event & | reset (uint64_t count=0)=0 |
| virtual event & | signal (uint64_t count=1)=0 |
| virtual event & | wait (bool reset=false)=0 |
Protected Attributes | |
| std::atomic< int > | io_started |
CoreAudio server streaming device.
In contrast to the hierarchical dx device tree design the device keeps a list of all pins and all streams to better reflect the CoreAudio architecture.
|
inline |
Here is the caller graph for this function:
|
inline |
|
inlinevirtual |
creates pins from dx::device description and adds it as CoreAudio entity to the CoreAudio device
register all audio pins across all streams
Here is the call graph for this function:
|
inlineoverride |
|
inlineinherited |
Here is the call graph for this function:
|
inline |
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:Implemented in dx::event< user >.
Implemented in dx::event< user >.
|
pure virtualinherited |
Implemented in dx::event< user >.
| pin_t::circular_t* dx::coreaudio::server::device< pin_t >::circular |
| dx_catchall_rethrow () virtual uint32_t property( std::map<::pid_t, client> dx::coreaudio::server::device< pin_t >::clients |
generic device property handler
configure: handle device configuration change requests configure will only receive requests targetted to the device
| uint64_t dx::coreaudio::server::device< pin_t >::count |
cached sync cycle count to evaluate timesamp generation
| struct { ... } dx::coreaudio::server::device< pin_t >::cycle |
| dx::stream::direction::direction dx::coreaudio::server::device< pin_t >::direction |
| uint8_t dx::coreaudio::server::device< pin_t >::idx = 0 |
|
protected |
| uint32_t dx::coreaudio::server::device< pin_t >::lines |
sample lines per sync cycle (per timestamp generation)
| uint32_t dx::coreaudio::server::device< pin_t >::linesize |
size of all channels in bytes per sample
| uint32_t dx::coreaudio::server::device< pin_t >::offset |
timestamp generation offset to zero reference on seed change
| std::deque<pin_t> dx::coreaudio::server::device< pin_t >::pins |
| struct { ... } dx::coreaudio::server::device< pin_t >::reference |
| uint32_t dx::coreaudio::server::device< pin_t >::safety_offset[2] |
RX/TX safety offsets;.
| uint64_t dx::coreaudio::server::device< pin_t >::seed |
| (c) copyright 2009 dynamic acoustics e.U. | generated on Thu Dec 11 2025 |