Contents

init(type:data:)

Creates an event with a MIDI meta event type and data.

Declaration

init(type: AVMIDIMetaEvent.EventType, data: Data)

Parameters

  • type:

    The meta event type.

  • data:

    The data that contains the contents of the meta event.