ReactOS 0.4.16-dev-13-ge2fc578
|
Public Member Functions | |
HRESULT | GetChannelCount ([out] UINT32 *pdwCount) |
HRESULT | SetChannelVolume ([in] UINT32 dwIndex, [in] const float fLevel) |
HRESULT | GetChannelVolume ([in] UINT32 dwIndex, [out] float *pfLevel) |
HRESULT | SetAllVolumes ([in] UINT32 dwCount, [size_is(dwCount), in] const float *pfVolumes) |
HRESULT | GetAllVolumes ([in] UINT32 dwCount, [size_is(dwCount), out] float *pfVolumes) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 234 of file audioclient.idl.
HRESULT IAudioStreamVolume::GetAllVolumes | ( | [in] UINT32 | dwCount, |
[size_is(dwCount), out] float * | pfVolumes | ||
) |
HRESULT IAudioStreamVolume::SetAllVolumes | ( | [in] UINT32 | dwCount, |
[size_is(dwCount), in] const float * | pfVolumes | ||
) |