DisownAudioClock

Gives up ownership of the audio clock.

Synopsis

Err DisownAudioClock (Item Owner)

Description

This function is the inverse of OwnAudioClock() it relinquishes ownership of the audio clock. Once a task does not own the audio clock, it can't change the audio clock rate or be assured that another task doesn't change it.

Arguments

Owner
Item number of ownership returned from OwnAudioClock().

Return Value

The function returns a non-negative value if successful or an error code (a negative value) if an error occurs.

Implementation

Folio call implemented in Audio folio V20.

Associated Files

audio.h

See Also

OwnAudioClock()