MusicEventUserData 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.
A subclass of MidiRawData that describes a user-defined event.
public class MusicEventUserData : AudioToolbox.MidiRawData
type MusicEventUserData = class
inherit MidiRawData
- Inheritance
Constructors
| Name | Description |
|---|---|
| MusicEventUserData() | |
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) |