Share via


MidiCISession.EnableProfile(MidiCIProfile, Byte, NSError) Method

Definition

[Foundation.Export("enableProfile:onChannel:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool EnableProfile(CoreMidi.MidiCIProfile profile, byte channel, out Foundation.NSError? outError);
[<Foundation.Export("enableProfile:onChannel:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnableProfile : CoreMidi.MidiCIProfile * byte * NSError -> bool
override this.EnableProfile : CoreMidi.MidiCIProfile * byte * NSError -> bool

Parameters

profile
MidiCIProfile
channel
Byte
outError
NSError

Returns

Attributes

Applies to