Package apple.avfoundation.enums
Class AVMusicSequenceLoadOptions
- java.lang.Object
-
- apple.avfoundation.enums.AVMusicSequenceLoadOptions
-
public final class AVMusicSequenceLoadOptions extends java.lang.Object[@typedef] AVMusicSequenceLoadOptions Determines whether data on different MIDI channels is mapped to multiple tracks, or if the tracks are preserved as-is. If AVMusicSequenceLoadSMF_ChannelsToTracks is set, the loaded MIDI Sequence will contain a tempo track, one track for each MIDI channel that is found in the SMF, and one track for SysEx and/or MetaEvents (this will be the last track in the sequence). If AVMusicSequenceLoadSMF_ChannelsToTracks is not set, the loadad MIDI Sequence will contain one track for each track that is found in the SMF, plus a tempo track (if not found in the SMF). API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0))
-
-
Field Summary
Fields Modifier and Type Field Description static longChannelsToTracks0x01static longPreserveTracks0x00
-
-
-
Field Detail
-
PreserveTracks
public static final long PreserveTracks
0x00- See Also:
- Constant Field Values
-
ChannelsToTracks
public static final long ChannelsToTracks
0x01- See Also:
- Constant Field Values
-
-