MIDIPacketListInit(_:)
Prepares a MIDIPacketList to be built up dynamically.
Declaration
func MIDIPacketListInit(_ pktlist: UnsafeMutablePointer<MIDIPacketList>) -> UnsafeMutablePointer<MIDIPacket>Parameters
- pktlist:
The packet list to be initialized.
Return Value
A pointer to the first MIDIPacket in the packet list.