Method
AgsAudioVector256Managertry_acquire
since: 7.0.0
Declaration [src]
AgsVectorArr*
ags_vector_256_manager_try_acquire (
AgsVector256Manager* vector_256_manager,
AgsVector256Types vector_type
)
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. |