ACX_AUDIOENGINE_CALLBACKS_INIT 함수(acxelements.h)
ACX_AUDIOENGINE_CALLBACKS_INIT 함수는 드라이버의 ACX_AUDIOENGINE_CALLBACKS 구조를 초기화합니다.
통사론
void ACX_AUDIOENGINE_CALLBACKS_INIT(
PACX_AUDIOENGINE_CALLBACKS Callbacks
);
매개 변수
Callbacks
ACX_AUDIOENGINE_CALLBACKS 구조체입니다.
반환 값
없음
발언
본보기
사용 예는 다음과 같습니다.
ACX_AUDIOENGINE_CALLBACKS audioEngineCallbacks;
ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);
ACX 요구 사항
최소 ACX 버전: 1.0
ACX 버전에 대한 자세한 내용은 ACX 버전 개요참조하세요.
요구 사항
요구 | 값 |
---|---|
헤더 | acxelements.h |
참고 항목
- [acxelements.h 헤더](index.md)