Contents

AudioQueueDisposeTimeline(_:_:)

Disposes of an audio queue’s timeline object.

Declaration

func AudioQueueDisposeTimeline(_ inAQ: AudioQueueRef, _ inTimeline: AudioQueueTimelineRef) -> OSStatus

Parameters

  • inAQ:

    The audio queue associated with the timeline object you want to dispose of.

  • inTimeline:

    The timeline object to dispose of.

Return Value

A result code. See Result Codes.

Discussion

Disposing of an audio queue automatically disposes of any associated resources, including a timeline object. Call this function only if you want to dispose of a timeline object and not the audio queue associated with it.

See Also

Related Documentation

Managing the Timeline