Name
hw_UnLockSample -- release sample lock (V5.0)
Synopsis
void hw_UnLockSample(APTR handle);
Function
This function releases the specified sample lock. You need to call this function as soon as you're finished with accessing a sample's raw PCM data. After the call to hw_UnLockSample() you must no longer access the PCM data pointers returned by hw_LockSample(). See hw_LockSample for details.

Designer compatibility
Unsupported

Inputs
handle
sample lock obtained by hw_LockSample()

Show TOC