Method

AgsSoundcardtrylock_sub_block

since: 3.0.0

Declaration [src]

gboolean
ags_soundcard_trylock_sub_block (
  AgsSoundcard* soundcard,
  void* buffer,
  guint sub_block
)

Description [src]

Trylock sub block.

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.
sub_block

Type: guint

And its sub block.

Return value

Type: gboolean

TRUE on success, otherwise FALSE.