Skip to content
Merged
Show file tree
Hide file tree
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: 0 additions & 3 deletions src/ObjCRuntime/Dlfcn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ static public class OpenGLES {
static public readonly IntPtr Handle = Dlfcn._dlopen (Constants.OpenGLESLibrary, 0);
}
#endif
static public class AudioToolbox {
static public readonly IntPtr Handle = Dlfcn._dlopen (Constants.AudioToolboxLibrary, 0);
}
#endif
}

Expand Down
4 changes: 2 additions & 2 deletions src/audiounit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,10 @@ AUParameterTree ParameterTree {
[Export ("shouldChangeToFormat:forBus:")]
bool ShouldChangeToFormat (AVAudioFormat format, AUAudioUnitBus bus);

[Notification, Field ("kAudioComponentRegistrationsChangedNotification")]
[Notification, Field ("kAudioComponentRegistrationsChangedNotification", "AudioToolbox")]
NSString AudioComponentRegistrationsChangedNotification { get; }

[Notification, Field ("kAudioComponentInstanceInvalidationNotification")]
[Notification, Field ("kAudioComponentInstanceInvalidationNotification", "AudioToolbox")]
NSString AudioComponentInstanceInvalidationNotification { get; }

/// <summary>To be added.</summary>
Expand Down
Loading