메소드 |
설명 |
|
Pm_Abort ( IntPtr stream ) : PortMidiSharp.MidiErrorType |
|
|
Pm_Close ( IntPtr stream ) : PortMidiSharp.MidiErrorType |
|
|
Pm_CountDevices ( ) : int |
|
|
Pm_GetDefaultInputDeviceID ( ) : Int32 |
|
|
Pm_GetDefaultOutputDeviceID ( ) : Int32 |
|
|
Pm_GetDeviceInfo ( Int32 id ) : IntPtr |
|
|
Pm_GetErrorText ( PortMidiSharp.MidiErrorType errnum ) : string |
|
|
Pm_GetHostErrorText ( IntPtr msg, uint len ) : void |
|
|
Pm_HasHostError ( IntPtr stream ) : int |
|
|
Pm_Initialize ( ) : PortMidiSharp.MidiErrorType |
|
|
Pm_OpenInput ( IntPtr &stream, Int32 inputDevice, IntPtr inputDriverInfo, int bufferSize, MidiTimeProcDelegate timeProc, IntPtr timeInfo ) : PortMidiSharp.MidiErrorType |
|
|
Pm_OpenOutput ( IntPtr &stream, Int32 outputDevice, IntPtr outputDriverInfo, int bufferSize, MidiTimeProcDelegate time_proc, IntPtr time_info, int latency ) : PortMidiSharp.MidiErrorType |
|
|
Pm_Poll ( IntPtr stream ) : PortMidiSharp.MidiErrorType |
|
|
Pm_Read ( IntPtr stream, MidiEvent buffer, int length ) : int |
|
|
Pm_SetChannelMask ( IntPtr stream, int mask ) : PortMidiSharp.MidiErrorType |
|
|
Pm_SetFilter ( IntPtr stream, MidiFilter filters ) : PortMidiSharp.MidiErrorType |
|
|
Pm_Terminate ( ) : PortMidiSharp.MidiErrorType |
|
|
Pm_Write ( IntPtr stream, IntPtr buffer, int length ) : PortMidiSharp.MidiErrorType |
|
|
Pm_WriteShort ( IntPtr stream, Int32 when, MidiMessage msg ) : PortMidiSharp.MidiErrorType |
|
|
Pm_WriteSysEx ( IntPtr stream, Int32 when, byte msg ) : PortMidiSharp.MidiErrorType |
|
|