Class 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))
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait