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)