Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/AudioUnit/AUEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,11 @@ public enum AudioUnitParameterType // UInt32 in AudioUnitParameterInfo
AULowShelfCutoffFrequency = 0,
AULowShelfGain = 1,

#if !XAMCORE_5_0 // I can't find this value in the headers anymore
[Obsoleted (PlatformName.iOS, 7, 0)]
[Obsoleted (PlatformName.MacCatalyst, 13, 1)]
AUDCFilterDecayTime = 0,
#endif

// AUParametricEQ
ParametricEQCenterFreq = 0,
Expand Down