Method
AgsAudioVector256Managertry_acquire_dual
since: 7.0.0
Declaration [src]
gboolean
ags_vector_256_manager_try_acquire_dual (
AgsVector256Manager* vector_256_manager,
AgsVector256Types vector_type_a,
AgsVector256Types vector_type_b,
AgsVectorArr** vector_arr_a,
AgsVectorArr** vector_arr_b
)
Parameters
vector_type_a-
Type:
AgsVector256TypesThe first vector type.
vector_type_b-
Type:
AgsVector256TypesThe second vector type.
vector_arr_a-
Type:
AgsVectorArrThe vector array or
NULLif none is available yet.The argument will be set by the function. The returned data is owned by the instance. vector_arr_b-
Type:
AgsVectorArrThe vector array or
NULLif none is available yet.The argument will be set by the function. The returned data is owned by the instance.