MidiThruConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages MIDI play-through connections.
public class MidiThruConnection : IDisposable
type MidiThruConnection = class
interface IDisposable
- Inheritance
-
MidiThruConnection
- Implements
Constructors
MidiThruConnection(UInt32) |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
Methods
Create(String, MidiThruConnectionParams, MidiError) | |
Create(String, MidiThruConnectionParams) | |
Dispose() |
Releases the resources used by the MidiThruConnection object. |
Dispose(Boolean) |
Releases the resources used by the MidiThruConnection object. |
Finalize() |
Finalizer for the MidiThruConnection object |
Find(String, MidiError) | |
Find(String) | |
GetParams() | |
GetParams(MidiError) | |
SetParams(MidiThruConnectionParams) |