|
HRESULT | GetVolumeRangeChannel ([in] UINT iChannel, [out] FLOAT *pflVolumeMindB, [out] FLOAT *pflVolumeMaxdB, [out] FLOAT *pflVolumeIncrementdB) |
|
HRESULT | RegisterControlChangeNotify ([in] IAudioEndpointVolumeCallback *pNotify) |
|
HRESULT | UnregisterControlChangeNotify ([in] IAudioEndpointVolumeCallback *pNotify) |
|
HRESULT | GetChannelCount ([out] UINT *pnChannelCount) |
|
HRESULT | SetMasterVolumeLevel ([in] FLOAT fLevelDB, [unique, in] LPCGUID pguidEventContext) |
|
HRESULT | SetMasterVolumeLevelScalar ([in] FLOAT fLevel, [unique, in] LPCGUID pguidEventContext) |
|
HRESULT | GetMasterVolumeLevel ([out] FLOAT *fLevelDB) |
|
HRESULT | GetMasterVolumeLevelScalar ([out] FLOAT *fLevel) |
|
HRESULT | SetChannelVolumeLevel ([in] UINT nChannel, [in] FLOAT fLevelDB, [unique, in] LPCGUID pguidEventContext) |
|
HRESULT | SetChannelVolumeLevelScalar ([in] UINT nChannel, [in] FLOAT fLevel, [unique, in] LPCGUID pguidEventContext) |
|
HRESULT | GetChannelVolumeLevel ([in] UINT nChannel, [out] FLOAT *fLevelDB) |
|
HRESULT | GetChannelVolumeLevelScalar ([in] UINT nChannel, [out] FLOAT *fLevel) |
|
HRESULT | SetMute ([in] BOOL bMute, [unique, in] LPCGUID pguidEventContext) |
|
HRESULT | GetMute ([out] BOOL *bMute) |
|
HRESULT | GetVolumeStepInfo ([out] UINT *pnStep, [out] UINT *pnStepCount) |
|
HRESULT | VolumeStepUp ([unique, in] LPCGUID pguidEventContext) |
|
HRESULT | VolumeStepDown ([unique, in] LPCGUID pguidEventContext) |
|
HRESULT | QueryHardwareSupport ([out] DWORD *pdwHardwareSupportMask) |
|
HRESULT | GetVolumeRange ([out] FLOAT *pflVolumeMindB, [out] FLOAT *pflVolumeMaxdB, [out] FLOAT *pflVolumeIncrementdB) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 140 of file endpointvolume.idl.