Method

AgsAudioVDSP256Managertry_acquire

since: 7.0.0

Declaration [src]

AgsVDSPArr*
ags_vdsp_256_manager_try_acquire (
  AgsVDSP256Manager* vdsp_256_manager,
  AgsVDSP256Types vdsp_type
)

Description [src]

Try acquire vdsp of vdsp_type and lock it.

Available since: 7.0.0

Parameters

vdsp_type

Type: AgsVDSP256Types

The vdsp type.

Return value

Type: AgsVDSPArr

The vdsp array or NULL if none is available yet.

The returned data is owned by the instance.