Contents

MusicTrackGetSequence(_:_:)

Gets the music sequence that the music track is a member of.

Declaration

func MusicTrackGetSequence(_ inTrack: MusicTrack, _ outSequence: UnsafeMutablePointer<MusicSequence?>) -> OSStatus

Parameters

  • inTrack:

    The music track that you want to know the music sequence for.

  • outSequence:

    On return, the music sequence that the music track is a member of.

Return Value

A result code.

See Also

Managing Music Tracks