CRI ADX  Last Updated: 2024-07-17 10:48 p
CriAtomExAcfRegistrationInfoTag结构体 参考

ACF location information 更多...

#include <cri_le_atom_ex.h>

结构体

union  CriAtomExAcfLocationInfoTag
 

成员变量

CriAtomExAcfLocationInfoType type
 

详细描述

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";
config.acf_info = &acf_info;
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
参见
criAtomEx_Initialize, CriAtomExConfig

结构体成员变量说明

◆ type

Designated type


该结构体的文档由以下文件生成: