MidiPacketsEventArgs 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.
Provides data for the MessageReceived and E:CoreMidi.MidiPacketsEventArgs.MessageReceived events.
public class MidiPacketsEventArgs : EventArgs, IDisposable
type MidiPacketsEventArgs = class
inherit EventArgs
interface IDisposable
- Inheritance
-
MidiPacketsEventArgs
- Implements
Properties
PacketListRaw |
Low-level pointer to the packet list, use Packets instead. |
Packets |
Contains the individual MIDI packets |
Methods
Dispose() |
Releases the resources used by the MidiPacketsEventArgs object. |
Dispose(Boolean) |
Releases the resources used by the MidiPacketsEventArgs object. |
Finalize() |
Finalizer for the MidiPacketsEventArgs object |