ACF location information.
More...
#include <cri_le_atom_ex.h>
ACF location information.
- Description:
- Indicates how the ACF information is provided when ACF registration is performed in the Atom library initialization processing.
This is specified as "acf_info" in the CriAtomExConfig structure passed to the criAtomEx_Initialize function when the library is initialized.
- Remarks:
- Depending on the type of data, the information required may differ.
Please select the appropriate "type" and set the corresponding structure in "info" union.
CriAtomExAcfLocationInfo acf_info;
acf_info.name.binder = NULL;
acf_info.name.path = "sounddata/project.scf";
CriBool criAtomEx_Initialize(const CriAtomExConfig *config, void *work, CriSint32 work_size)
Initialize the library.
#define criAtomEx_SetDefaultConfig(p_config)
Assign the default values to the configuration structure used for the library's initialization.
Definition: cri_le_atom_ex.h:322
@ CRIATOMEX_ACF_LOCATION_INFO_TYPE_NAME
Definition: cri_le_atom_ex.h:1324
Configuration structure used to initialize the Atom libraryThis structure is used to specify the beha...
Definition: cri_le_atom_ex.h:1461
const CriAtomExAcfRegistrationInfo * acf_info
Pointer to ACF information.
Definition: cri_le_atom_ex.h:1834
- See also
- criAtomEx_Initialize, CriAtomExConfig
◆ type
The documentation for this struct was generated from the following file: