MIKMutableMIDIMetaTrackSequenceNameEvent
Objective-C
@interface MIKMutableMIDIMetaTrackSequenceNameEvent
: MIKMIDIMetaTrackSequenceNameEvent
Swift
class MIKMutableMIDIMetaTrackSequenceNameEvent : MIKMIDIMetaTrackSequenceNameEvent
The mutable counterpart of MIKMIDIMetaTrackSequenceNameEvent
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *nameSwift
var name: String? { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MusicTimeStamp timeStampSwift
var timeStamp: MusicTimeStamp { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MIKMIDIMetaEventType metadataTypeSwift
var metadataType: MIKMIDIMetaEventType { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, strong, null_resettable) NSData *metaDataSwift
var metaData: Data! { get set } -
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, copy) NSString *stringSwift
var string: String { get set }
View on GitHub
MIKMutableMIDIMetaTrackSequenceNameEvent Class Reference