バージョン

menu_open
ターゲットプラットフォーム:
Wwise SDK 2023.1.2
AK::Win32::IAkDeviceEnumerator クラスabstract

Interface to access the IMMDevice cache. This avoids driver accesses. [詳解]

#include <AkMMDevice.h>

公開メンバ関数

virtual AkUInt32 Count ()=0
 
virtual Device Item (AkUInt32 in_idx)=0
 Returns the number of devices. This function can block. [詳解]
 
virtual void Lock ()=0
 Gets item in_idx from the cache. Must be smaller than Count(). This function can block. [詳解]
 
virtual void Unlock ()=0
 For thread safety. If you iterate through all the devices, lock the enumerator to avoid changes. However, if only accessing one single item, Item() is thread safe in itself. [詳解]
 
virtual Device FindDevice (AkUInt32 in_id)=0
 For thread safety. See Lock() [詳解]
 

詳解

Interface to access the IMMDevice cache. This avoids driver accesses.

AkMMDevice.h476 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう