|
dxd - dynax driver framework 2.6.0d205
cross platform open source driver development framework
|
CoreAudio client device. More...
#include <dx_coreaudio_device.h>
Classes | |
| class | clocksource |
| class | icon |
Public Types | |
| typedef desc_t | desc_t |
| typedef stream_t | stream_t |
Public Member Functions | |
| _device (decltype(super::driver)&driver, decltype(super::id)&id) | |
| catch (...) | |
| catch (...) | |
| DX_PRAGMA_IGNORE_RETURN_VALUE_BEGIN | catch (const dx::exception &__dx_exception) |
| DX_PRAGMA_IGNORE_RETURN_VALUE_BEGIN | catch (const dx::exception &__dx_exception) |
| catch (const std::exception &__std_exception) | |
| catch (const std::exception &__std_exception) | |
| dx_catchall_handler (this,) void conclude() noexcept override | |
| virtual uint64_t | frame () const |
| DX_PRAGMA_IGNORE_RETURN_VALUE_END void | halt () noexcept override |
| virtual bool | hw_clock () const noexcept |
| virtual void | hw_clock (abstract::event *hw_clock) |
| void | info (std::ostream &os) noexcept override |
| virtual _device & | reset () |
| DX_PRAGMA_IGNORE_RETURN_VALUE_END bool | start (uint64_t frame=0, unsigned int started=1) override try |
| virtual unsigned int | stop (bool force=false) noexcept |
| template<size_t size = 0x100> | |
| std::string | string (uint8_t idx) try |
| void | wake () override |
| ~_device () override | |
| the device class destructor | |
Public Attributes | |
| promoted::property< typename super::client_map, typename super::client_map::value_t, false > | clients {this->id, {.mSelector= property::device::clients}} |
| abstract::event * | clock |
| promoted< uint32_t >::preference< decltype(dx::stream::control< dx::device<::AudioObjectID, preference_t > >::preference)> | clocksource |
| std::atomic< size_t > | counter |
| struct { | |
| abstract::event * clock | |
| std::atomic< size_t > counter | |
| uint32_t iosize | |
| } | hw |
| promoted::property< icon, ::CFURLRef, false > | icon {this->id, {.mSelector= ::kAudioDevicePropertyIcon}} |
| dx::coreaudio::_device::clocksource | id |
| promoted< uint32_t >::preference< decltype(dx::stream::control< dx::device<::AudioObjectID, preference_t > >::preference)> | iosize |
| uint32_t | iosize |
| dx::stream::device::monitor | monitor |
| std::deque< std::function< void(control &)> > | notify |
| promoted< uint32_t >::preference< decltype(dx::stream::control< dx::device<::AudioObjectID, preference_t > >::preference)> | safety_offset [direction::directions] |
| promoted::property<::Float64 > | samplerate {this->id, {.mSelector= ::kAudioDevicePropertyNominalSampleRate}} |
| std::atomic< unsigned int > | started {} |
| std::map< decltype(desc_t::stream::target.idx()), std::weak_ptr< stream_t > > | streams |
| promoted< uint32_t >::preference< decltype(dx::stream::control< dx::device<::AudioObjectID, preference_t > >::preference)> | sync_cycle_ticks |
| promoted< structdesc_t::stream * >::template preference< decltype(dx::stream::control< dx::device<::AudioObjectID, preference_t > >::preference), uint32_t > | sync_reference |
| dx::stream::device::monitor | version |
Protected Member Functions | |
| virtual void | flush () |
Protected Attributes | |
| std::recursive_mutex | start_stop_in_progress |
| start/stop operation in progress | |
CoreAudio client device.
|
inherited |
|
inherited |
|
inline |
|
inlineoverride |
the device class destructor
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineoverridenoexceptinherited |
|
inlineprotectedvirtualinherited |
Reimplemented in dx::stream::stream< device_t, dx::circular, usb::pipe< device_t > >.
|
inlinevirtual |
|
inlineoverridevirtualnoexcept |
Reimplemented from dx::stream::control< object_t >.
Reimplemented in dx::coreaudio::pod::device< desc_t, preference_t, stream_t >.
|
inlinevirtualnoexceptinherited |
|
inlinevirtualinherited |
|
inlineoverridenoexcept |
Reimplemented in dx::coreaudio::stream::device< desc_t, preference_t, stream_t >.
|
inlinevirtual |
|
inlineoverridevirtual |
result indicates if start changed the state.
Reimplemented from dx::stream::control< object_t >.
Reimplemented in dx::coreaudio::pod::device< desc_t, preference_t, stream_t >.
|
inlinevirtualnoexceptinherited |
result indicates the amount of stopped start references
|
inline |
|
inlineoverrideinherited |
| promoted::property<typename super::client_map, typename super::client_map::value_t, false> dx::coreaudio::_device< desc_t, preference_t, stream_t >::clients {this->id, {.mSelector= property::device::clients}} |
|
inherited |
|
inherited |
|
inherited |
| struct { ... } dx::stream::device< dx::stream::control< dx::device<::AudioObjectID, preference_t > >, desc_t, stream_t >::hw |
| promoted::property<icon, ::CFURLRef, false> dx::coreaudio::_device< desc_t, preference_t, stream_t >::icon {this->id, {.mSelector= ::kAudioDevicePropertyIcon}} |
| dx::coreaudio::_device::clocksource dx::coreaudio::_device< desc_t, preference_t, stream_t >::id |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| promoted::property<::Float64> dx::coreaudio::_device< desc_t, preference_t, stream_t >::samplerate {this->id, {.mSelector= ::kAudioDevicePropertyNominalSampleRate}} |
|
protectedinherited |
start/stop operation in progress
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| (c) copyright 2009 dynamic acoustics e.U. | generated on |