libASPL
Loading...
Searching...
No Matches
aspl::Plugin Member List

This is the complete list of members for aspl::Plugin, including all inherited members.

AddDevice(std::shared_ptr< Device > device)aspl::Plugin
AddOwnedObject(std::shared_ptr< Object > object, AudioObjectPropertyScope scope=kAudioObjectPropertyScopeGlobal)aspl::Object
GetBaseClass() const overrideaspl::Pluginvirtual
GetClass() const overrideaspl::Pluginvirtual
GetContext() constaspl::Object
GetCustomProperties() constaspl::Objectvirtual
GetDeviceByID(AudioObjectID deviceID) constaspl::Plugin
GetDeviceByIndex(UInt32 idx) constaspl::Plugin
GetDeviceCount() constaspl::Plugin
GetDeviceIDByUID(const std::string &uid) constaspl::Pluginvirtual
GetDeviceIDs() constaspl::Pluginvirtual
GetID() constaspl::Object
GetManufacturer() constaspl::Pluginvirtual
GetOwnedObjectIDs(AudioObjectPropertyScope scope=kAudioObjectPropertyScopeGlobal, AudioClassID classID=0) constaspl::Object
GetOwnerID() constaspl::Object
GetPropertyData(AudioObjectID objectID, pid_t clientPID, const AudioObjectPropertyAddress *address, UInt32 qualifierDataSize, const void *qualifierData, UInt32 inDataSize, UInt32 *outDataSize, void *outData) const overrideaspl::Pluginvirtual
GetPropertyDataSize(AudioObjectID objectID, pid_t clientPID, const AudioObjectPropertyAddress *address, UInt32 qualifierDataSize, const void *qualifierData, UInt32 *outDataSize) const overrideaspl::Pluginvirtual
GetResourceBundlePath() constaspl::Pluginvirtual
GetterMethod typedefaspl::Object
HasDevice(std::shared_ptr< Device > device) constaspl::Plugin
HasOwner() constaspl::Object
HasProperty(AudioObjectID objectID, pid_t clientPID, const AudioObjectPropertyAddress *address) const overrideaspl::Pluginvirtual
IsInstance(AudioClassID classID) const overrideaspl::Pluginvirtual
IsPropertySettable(AudioObjectID objectID, pid_t clientPID, const AudioObjectPropertyAddress *address, Boolean *outIsSettable) const overrideaspl::Pluginvirtual
NotifyPropertiesChanged(std::vector< AudioObjectPropertySelector > selectors, AudioObjectPropertyScope scope=kAudioObjectPropertyScopeGlobal, AudioObjectPropertyElement element=kAudioObjectPropertyElementMain) constaspl::Object
NotifyPropertyChanged(AudioObjectPropertySelector selector, AudioObjectPropertyScope scope=kAudioObjectPropertyScopeGlobal, AudioObjectPropertyElement element=kAudioObjectPropertyElementMain) constaspl::Objectinline
Object(std::shared_ptr< const Context > context, const char *className="Object", AudioObjectID objectID=kAudioObjectUnknown)aspl::Objectexplicit
Object(const Object &)=delete (defined in aspl::Object)aspl::Object
operator=(const Object &)=delete (defined in aspl::Object)aspl::Object
Plugin(std::shared_ptr< const Context > context, const PluginParameters &params={})aspl::Pluginexplicit
RegisterCustomProperty(AudioObjectPropertySelector selector, ObjectType &object, GetterMethod< ObjectType, ValueType > getter, SetterMethod< ObjectType, ValueType > setter=nullptr)aspl::Objectinline
RegisterCustomProperty(AudioObjectPropertySelector selector, GetterFunc getter)aspl::Objectinline
RegisterCustomProperty(AudioObjectPropertySelector selector, std::function< CFStringRef()> getter, std::function< void(CFStringRef)> setter)aspl::Object
RegisterCustomProperty(AudioObjectPropertySelector selector, std::function< CFPropertyListRef()> getter, std::function< void(CFPropertyListRef)> setter)aspl::Object
RemoveDevice(std::shared_ptr< Device > device)aspl::Plugin
RemoveOwnedObject(AudioObjectID objectID)aspl::Object
SetPropertyData(AudioObjectID objectID, pid_t clientPID, const AudioObjectPropertyAddress *address, UInt32 qualifierDataSize, const void *qualifierData, UInt32 inDataSize, const void *inData) overrideaspl::Pluginvirtual
SetterMethod typedefaspl::Object
~Object() (defined in aspl::Object)aspl::Objectvirtual