最終更新:2012-04-29 (日) 23:35:14 (4378d)  

WASAPI
Top / WASAPI

Windes Audio Session API

Windows Vistaから導入された新しいオーディオインターフェイス

http://msdn.microsoft.com/en-us/library/dd371455(VS.85).aspx

インターフェイス

InterfaceDescription
IAudioCaptureClient?Enables a client to read input data from a capture endpoint buffer.
IAudioClient?Enables a client to create and initialize an audio stream between an audio application and the audio engine or the hardware buffer of an audio endpoint device.
IAudioClock?Enables a client to monitor a stream's data rate and the current position in the stream.
IAudioRenderClient?Enables a client to write output data to a rendering endpoint buffer.
IAudioSessionControl?Enables a client to configure the control parameters for an audio session and to monitor events in the session.
IAudioSessionManager?Enables a client to access the session controls and volume controls for both cross-process and process-specific audio sessions.
IAudioStreamVolume?Enables a client to control and monitor the volume levels for all of the channels in an audio stream.
IChannelAudioVolume?Enables a client to control the volume levels for all of the channels in the audio session that the stream belongs to.
ISimpleAudioVolume?Enables a client to control the master volume level of an audio session.

関連