#include <SoundCapacity.h>
Public Member Functions | |
virtual bool | refresh () |
更新 | |
virtual bool | isCertifiedDriver () const |
Microsoft認定ドライバか. | |
virtual bool | isSupportedContinuousRate () const |
連続的な周波数設定をサポートしているか | |
virtual bool | isEmulatedDriver () const |
エミュレートドライバか | |
virtual bool | isSupported16bitPrimaryBuffer () const |
16bitプライマリバッファをサポートするか | |
virtual bool | isSupported8bitPrimaryBuffer () const |
8bitプライマリバッファをサポートするか | |
virtual bool | isSupportedMonauralPrimaryBuffer () const |
モノラルプライマリバッファをサポートするか | |
virtual bool | isSupportedStereoPrimaryBuffer () const |
ステレオプライマリバッファをサポートするか | |
virtual bool | isSupported16bitSecondaryBuffer () const |
16bitセカンダリバッファをサポートするか | |
virtual bool | isSupported8bitSecondaryBuffer () const |
8bitセカンダリバッファをサポートするか | |
virtual bool | isSupportedMonauralSecondaryBuffer () const |
モノラルセカンダリバッファをサポートするか | |
virtual bool | isSupportedStereoSecondaryBuffer () const |
ステレオセカンダリバッファをサポートするか | |
virtual u_int | getMaxSecondarySampleRate () const |
セカンダリの最大サンプリングレート取得 | |
virtual u_int | getMinSecondarySampleRate () const |
セカンダリの最小サンプリングレート取得 | |
virtual String | toString () const |
文字列への変換 | |
Friends | |
class | LampSound |
Definition at line 34 of file SoundCapacity.h.
|
セカンダリの最大サンプリングレート取得
Definition at line 140 of file SoundCapacity.h. References u_int. Referenced by toString(). |
|
セカンダリの最小サンプリングレート取得
Definition at line 148 of file SoundCapacity.h. References u_int. Referenced by toString(). |
|
Microsoft認定ドライバか.
Definition at line 49 of file SoundCapacity.h. Referenced by toString(). |
|
エミュレートドライバか
Definition at line 65 of file SoundCapacity.h. Referenced by toString(). |
|
16bitプライマリバッファをサポートするか
Definition at line 74 of file SoundCapacity.h. Referenced by toString(). |
|
16bitセカンダリバッファをサポートするか
Definition at line 107 of file SoundCapacity.h. Referenced by toString(). |
|
8bitプライマリバッファをサポートするか
Definition at line 82 of file SoundCapacity.h. Referenced by toString(). |
|
8bitセカンダリバッファをサポートするか
Definition at line 115 of file SoundCapacity.h. Referenced by toString(). |
|
連続的な周波数設定をサポートしているか
Definition at line 57 of file SoundCapacity.h. Referenced by toString(). |
|
モノラルプライマリバッファをサポートするか
Definition at line 90 of file SoundCapacity.h. Referenced by toString(). |
|
モノラルセカンダリバッファをサポートするか
Definition at line 123 of file SoundCapacity.h. Referenced by toString(). |
|
ステレオプライマリバッファをサポートするか
Definition at line 98 of file SoundCapacity.h. Referenced by toString(). |
|
ステレオセカンダリバッファをサポートするか
Definition at line 131 of file SoundCapacity.h. Referenced by toString(). |
|
更新
Definition at line 50 of file SoundCapacity.cpp. References DirectXFailed, and ErrorOut. |
|