MidiRawData 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.
Encapsulates a MIDI System-Exclusive (SysEx) message.
public class MidiRawData : AudioToolbox.MidiData
type MidiRawData = class
inherit MidiData
- Inheritance
- Derived
Constructors
| Name | Description |
|---|---|
| MidiRawData() | |
Fields
| Name | Description |
|---|---|
| buffer | (Inherited from MidiData) |
| data | (Inherited from MidiData) |
| len | (Inherited from MidiData) |
| start | (Inherited from MidiData) |
Methods
| Name | Description |
|---|---|
| SetData(Byte[]) | (Inherited from MidiData) |
| SetData(Int32, Int32, Byte[]) | (Inherited from MidiData) |
| SetData(Int32, IntPtr) | (Inherited from MidiData) |