Audacity 3.2.0
Public Member Functions | List of all members
AudioUnitUtils::Property Struct Reference

#include <AudioUnitUtils.h>

Inheritance diagram for AudioUnitUtils::Property:
[legend]
Collaboration diagram for AudioUnitUtils::Property:
[legend]

Public Member Functions

 Property (AudioUnit audioUnit, AudioUnitPropertyID propertyID, AudioUnitScope scope)
 

Detailed Description

Definition at line 166 of file AudioUnitUtils.h.

Constructor & Destructor Documentation

◆ Property()

AudioUnitUtils::Property::Property ( AudioUnit  audioUnit,
AudioUnitPropertyID  propertyID,
AudioUnitScope  scope 
)
inline

Definition at line 167 of file AudioUnitUtils.h.

169 : AudioUnitProperty{} {
170 mAudioUnit = audioUnit;
171 mPropertyID = propertyID;
172 mScope = scope;
173 // Default element to 0
174 }
static CommandContext::TargetFactory::SubstituteInUnique< InteractiveOutputTargets > scope

References anonymous_namespace{wxCommandTargets.cpp}::scope.


The documentation for this struct was generated from the following file: