Uses of Class
org.robovm.apple.coremidi.MIDICIProfile
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.coremidi |
-
Uses of MIDICIProfile in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return types with arguments of type MIDICIProfile Modifier and Type Method Description VoidBlock4<Byte,Byte,MIDICIProfile,Boolean>AUAudioUnit. getProfileChangedBlock()Methods in org.robovm.apple.audiotoolbox with parameters of type MIDICIProfile Modifier and Type Method Description booleanAUAudioUnit. disableProfile(MIDICIProfile profile, byte cable, byte channel, NSError.NSErrorPtr outError)booleanAUAudioUnit. enableProfile(MIDICIProfile profile, byte cable, byte channel, NSError.NSErrorPtr outError)Method parameters in org.robovm.apple.audiotoolbox with type arguments of type MIDICIProfile Modifier and Type Method Description voidAUAudioUnit. setProfileChangedBlock(VoidBlock4<Byte,Byte,MIDICIProfile,Boolean> v) -
Uses of MIDICIProfile in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return types with arguments of type MIDICIProfile Modifier and Type Method Description NSArray<MIDICIProfile>MIDICIProfileState. getDisabledProfiles()NSArray<MIDICIProfile>MIDICIProfileState. getEnabledProfiles()VoidBlock4<MIDICISession,Byte,MIDICIProfile,Boolean>MIDICISession. getProfileChangedCallback()VoidBlock4<MIDICISession,Byte,MIDICIProfile,NSData>MIDICISession. getProfileSpecificDataHandler()Methods in org.robovm.apple.coremidi with parameters of type MIDICIProfile Modifier and Type Method Description booleanMIDICISession. disableProfile(MIDICIProfile profile, byte channel, NSError.NSErrorPtr outError)booleanMIDICISession. enableProfile(MIDICIProfile profile, byte channel, NSError.NSErrorPtr outError)voidMIDICIProfileResponderDelegate. handleDataForProfile(MIDICIProfile aProfile, byte channel, NSData inData)voidMIDICIProfileResponderDelegateAdapter. handleDataForProfile(MIDICIProfile aProfile, byte channel, NSData inData)booleanMIDICIResponder. notifyProfile(MIDICIProfile aProfile, byte channel, boolean enabledState)booleanMIDICIResponder. sendProfile(MIDICIProfile aProfile, byte channel, NSData profileSpecificData)booleanMIDICISession. sendProfile(MIDICIProfile profile, byte channel, NSData profileSpecificData)booleanMIDICIProfileResponderDelegate. willSetProfile(MIDICIProfile aProfile, byte channel, boolean shouldEnable)booleanMIDICIProfileResponderDelegateAdapter. willSetProfile(MIDICIProfile aProfile, byte channel, boolean shouldEnable)Method parameters in org.robovm.apple.coremidi with type arguments of type MIDICIProfile Modifier and Type Method Description protected longMIDICIProfileState. init(byte midiChannelNum, NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)protected longMIDICIProfileState. init(NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)Deprecated.Use initWithChannel:enabledProfiles:disabledProfilesvoidMIDICISession. setProfileChangedCallback(VoidBlock4<MIDICISession,Byte,MIDICIProfile,Boolean> v)voidMIDICISession. setProfileSpecificDataHandler(VoidBlock4<MIDICISession,Byte,MIDICIProfile,NSData> v)Constructor parameters in org.robovm.apple.coremidi with type arguments of type MIDICIProfile Constructor Description MIDICIProfileState(byte midiChannelNum, NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)MIDICIProfileState(NSArray<MIDICIProfile> enabled, NSArray<MIDICIProfile> disabled)Deprecated.Use initWithChannel:enabledProfiles:disabledProfiles