Contents

MusicSequenceNewTrack(_:_:)

Add a new, empty music track to a music sequence.

Declaration

func MusicSequenceNewTrack(_ inSequence: MusicSequence, _ outTrack: UnsafeMutablePointer<MusicTrack?>) -> OSStatus

Parameters

  • inSequence:

    The music sequence to add the new music track to.

  • outTrack:

    On output, the new music track that was appended to the list of tracks for the music sequence.

Return Value

A result code.

See Also

Managing Music Sequences