MIKMutableMIDIMetaLyricEvent
Objective-C
@interface MIKMutableMIDIMetaLyricEvent : MIKMIDIMetaLyricEvent
Swift
class MIKMutableMIDIMetaLyricEvent : MIKMIDIMetaLyricEvent
The mutable counterpart of MIKMIDIMetaLyricEvent.
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MusicTimeStamp timeStamp
Swift
var timeStamp: MusicTimeStamp { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MIKMIDIMetaEventType metadataType
Swift
var metadataType: MIKMIDIMetaEventType { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, strong, null_resettable) NSData *metaData
Swift
var metaData: Data! { get set }