ホーム › Media.Audio.Apo › IAudioProcessingObject
IAudioProcessingObject
COMメソッド 7
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT Reset() |
| 4 | HRESULT GetLatency(LONGLONG* pTime) |
| 5 | HRESULT GetRegistrationProperties(APO_REG_PROPERTIES** ppRegProps) |
| 6 | HRESULT Initialize(DWORD cbDataSize, BYTE* pbyData) |
| 7 | HRESULT IsInputFormatSupported(IAudioMediaType* pOppositeFormat, IAudioMediaType* pRequestedInputFormat, IAudioMediaType** ppSupportedInputFormat) |
| 8 | HRESULT IsOutputFormatSupported(IAudioMediaType* pOppositeFormat, IAudioMediaType* pRequestedOutputFormat, IAudioMediaType** ppSupportedOutputFormat) |
| 9 | HRESULT GetInputChannelCount(DWORD* pu32ChannelCount) |