CSSearchableItemAttributeSet.GeneralMidiSequence Property

Definition

Gets or sets a number with Boolean semantics that indicates whether the MIDI sequence in a file is set up for use with general MIDI devices.

public virtual Foundation.NSNumber GeneralMidiSequence { [Foundation.Export("isGeneralMIDISequence", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setGeneralMIDISequence:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.GeneralMidiSequence : Foundation.NSNumber with get, set

Property Value

1 indicates that the sequence is set up for general MIDI devices. 0 indicates that it is not.

This value can be null.

Attributes

Applies to