|
| HRESULT | GetChannelCount ([out] UINT32 *pdwCount) |
| |
| HRESULT | SetChannelVolume ([in] UINT32 dwIndex, [in] const float fLevel, [unique, in] LPCGUID EventContext) |
| |
| HRESULT | GetChannelVolume ([in] UINT32 dwIndex, [out] float *pfLevel) |
| |
| HRESULT | SetAllVolumes ([in] UINT32 dwCount, [size_is(dwCount), in] const float *pfVolumes, [unique, in] LPCGUID EventContext) |
| |
| HRESULT | GetAllVolumes ([in] UINT32 dwCount, [size_is(dwCount), out] float *pfVolumes) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 263 of file audioclient.idl.
◆ GetAllVolumes()
| HRESULT IChannelAudioVolume::GetAllVolumes |
( |
[in] UINT32 |
dwCount, |
|
|
[size_is(dwCount), out] float * |
pfVolumes |
|
) |
| |
◆ GetChannelCount()
| HRESULT IChannelAudioVolume::GetChannelCount |
( |
[out] UINT32 * |
pdwCount | ) |
|
◆ GetChannelVolume()
| HRESULT IChannelAudioVolume::GetChannelVolume |
( |
[in] UINT32 |
dwIndex, |
|
|
[out] float * |
pfLevel |
|
) |
| |
◆ SetAllVolumes()
◆ SetChannelVolume()
The documentation for this interface was generated from the following file: