Searched defs:AUElement (Results 1 – 5 of 5) sorted by relevance
18 enum AUElement : AudioUnitElement { OUTPUT = 0, INPUT = 1 }; enum
202 AUElement(AUBase *audioUnit) : mAudioUnit(audioUnit), in AUElement() function