Method

AgsAudioVector256Managertry_acquire

since: 7.0.0

Declaration [src]

AgsVectorArr*
ags_vector_256_manager_try_acquire (
  AgsVector256Manager* vector_256_manager,
  AgsVector256Types vector_type
)

Description [src]

Try acquire vector of vector_type and lock it.

Available since: 7.0.0

Parameters

vector_type

Type: AgsVector256Types

The vector type.

Return value

Type: AgsVectorArr

The vector array or NULL if none is available yet.

The returned data is owned by the instance.