Contents

AudioQueueCreateTimeline(_:_:)

Creates a timeline object for an audio queue.

Declaration

func AudioQueueCreateTimeline(_ inAQ: AudioQueueRef, _ outTimeline: UnsafeMutablePointer<AudioQueueTimelineRef?>) -> OSStatus

Parameters

  • inAQ:

    The audio queue to associate with the new timeline object.

  • outTimeline:

    On output, the newly created timeline object.

Return Value

A result code. See Result Codes.

Discussion

Create a timeline object if you want to get timeline discontinuity information from an audio queue using the AudioQueueGetCurrentTime(_:_:_:_:) function.

See Also

Managing the Timeline