BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_EVENTFromIntPtr Method

BASS.NET API for the Un4seen BASS Audio Library
Converts an IntPtr as received in an MIDIFILTERPROC to a BASS_MIDI_EVENT.

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax

public static BASS_MIDI_EVENT FromIntPtr(
	IntPtr eventPtr
)

Parameters

eventPtr
Type: SystemIntPtr
The IntPtr to convert.

Return Value

Type: BASS_MIDI_EVENT
The underlying BASS_MIDI_EVENT struct.
See Also

Reference