Method

AgsSoundcardlock_buffer

since: 3.0.0

Declaration [src]

void
ags_soundcard_lock_buffer (
  AgsSoundcard* soundcard,
  void* buffer
)

Description [src]

Lock buffer.

Available since: 3.0.0

Parameters

buffer

Type: void*

The buffer to lock.

The argument can be NULL.
The data is owned by the caller of the function.