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

#include <AudioUnitUtils.h>

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

Public Member Functions

 Parameter (AudioUnit audioUnit, AudioUnitScope scope)
 This constructor leaves the parameter ID and element fields as 0. More...
 

Detailed Description

Definition at line 131 of file AudioUnitUtils.h.

Constructor & Destructor Documentation

◆ Parameter()

AudioUnitUtils::Parameter::Parameter ( AudioUnit  audioUnit,
AudioUnitScope  scope 
)
inline

This constructor leaves the parameter ID and element fields as 0.

Definition at line 133 of file AudioUnitUtils.h.

134 : AudioUnitParameter{} {
135 mAudioUnit = audioUnit;
136 mScope = scope;
137 }
static CommandContext::TargetFactory::SubstituteInUnique< InteractiveOutputTargets > scope

References anonymous_namespace{wxCommandTargets.cpp}::scope.


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