MidiMetaEvent 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 meta-event such as a time signature, lyrics, etc.
public class MidiMetaEvent : AudioToolbox.MidiData
type MidiMetaEvent = class
inherit MidiData
- Inheritance
Constructors
| Name | Description |
|---|---|
| MidiMetaEvent() | |
Fields
| Name | Description |
|---|---|
| buffer | (Inherited from MidiData) |
| data | (Inherited from MidiData) |
| len | (Inherited from MidiData) |
| MetaEventType | |
| 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) |