ホーム › Media.Speech › ISpeechWaveFormatEx
ISpeechWaveFormatEx
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 14
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_FormatTag(SHORT* FormatTag) |
| 8 | HRESULT put_FormatTag(SHORT FormatTag) |
| 9 | HRESULT get_Channels(SHORT* Channels) |
| 10 | HRESULT put_Channels(SHORT Channels) |
| 11 | HRESULT get_SamplesPerSec(INT* SamplesPerSec) |
| 12 | HRESULT put_SamplesPerSec(INT SamplesPerSec) |
| 13 | HRESULT get_AvgBytesPerSec(INT* AvgBytesPerSec) |
| 14 | HRESULT put_AvgBytesPerSec(INT AvgBytesPerSec) |
| 15 | HRESULT get_BlockAlign(SHORT* BlockAlign) |
| 16 | HRESULT put_BlockAlign(SHORT BlockAlign) |
| 17 | HRESULT get_BitsPerSample(SHORT* BitsPerSample) |
| 18 | HRESULT put_BitsPerSample(SHORT BitsPerSample) |
| 19 | HRESULT get_ExtraData(VARIANT* ExtraData) |
| 20 | HRESULT put_ExtraData(VARIANT ExtraData) |