DirectSound DirectSound C/C++ 레퍼런스 DirectSound 함수   [목차열람] [주소복사] [슬롯비우기]
DirectSound 함수
 
Microsoft DirectX 9.0

DirectSound 함수

여기에서는, 이하의 DirectSound 와 DirectSoundCapture 의 글로벌 함수의 레퍼런스 정보를 기술한다.

함수 설명
DirectSoundCaptureCreate8 IDirectSoundCapture8 인터페이스를 지원 하는 개체를 생성 및 초기화한다.
DirectSoundCaptureEnumerate 시스템에 인스톨 되고 있는 DirectSoundCapture 개체를 열거한다.
DirectSoundCreate8 IDirectSound8 인터페이스를 지원 하는 개체를 생성 및 초기화한다.
DirectSoundEnumerate 시스템에 인스톨 되고 있는 DirectSound 드라이버를 열거한다.
DirectSoundFullDuplexCreate8 DirectSound 개체 및 DirectSoundCapture 개체를 생성 해,IDirectSoundFullDuplex8 인터페이스를 돌려준다.
GetDeviceID 사용자가 선택한 디폴트의 재생 장치 및 캡춰 장치의 일의의 장치 식별자를 얻어온다.

↑TOP