|
PortAudio
2.0
|
#include <audioclient.h>
Public Member Functions | |
| BEGIN_INTERFACE | HRESULT (STDMETHODCALLTYPE *QueryInterface)(ISimpleAudioVolume *This |
| ULONG (STDMETHODCALLTYPE *AddRef)(ISimpleAudioVolume *This) | |
| ULONG (STDMETHODCALLTYPE *Release)(ISimpleAudioVolume *This) | |
| HRESULT (STDMETHODCALLTYPE *SetMasterVolume)(ISimpleAudioVolume *This | |
| HRESULT (STDMETHODCALLTYPE *GetMasterVolume)(ISimpleAudioVolume *This | |
| HRESULT (STDMETHODCALLTYPE *SetMute)(ISimpleAudioVolume *This | |
| HRESULT (STDMETHODCALLTYPE *GetMute)(ISimpleAudioVolume *This | |
Data Fields | |
| BEGIN_INTERFACE REFIID | riid |
| BEGIN_INTERFACE REFIID __RPC__deref_out void ** | ppvObject |
| __in float | fLevel |
| __in float LPCGUID | EventContext |
| __out float * | pfLevel |
| __in const BOOL | bMute |
| __in const BOOL LPCGUID | EventContext |
| __out BOOL * | pbMute |
| BEGIN_INTERFACE ISimpleAudioVolumeVtbl::HRESULT | ( | STDMETHODCALLTYPE * | QueryInterface | ) |
| ISimpleAudioVolumeVtbl::HRESULT | ( | STDMETHODCALLTYPE * | SetMasterVolume | ) |
| ISimpleAudioVolumeVtbl::HRESULT | ( | STDMETHODCALLTYPE * | GetMasterVolume | ) |
| ISimpleAudioVolumeVtbl::HRESULT | ( | STDMETHODCALLTYPE * | SetMute | ) |
| ISimpleAudioVolumeVtbl::HRESULT | ( | STDMETHODCALLTYPE * | GetMute | ) |
| ISimpleAudioVolumeVtbl::ULONG | ( | STDMETHODCALLTYPE * | AddRef | ) |
| ISimpleAudioVolumeVtbl::ULONG | ( | STDMETHODCALLTYPE * | Release | ) |
| BEGIN_INTERFACE REFIID __RPC__deref_out void** ISimpleAudioVolumeVtbl::ppvObject |
| BEGIN_INTERFACE REFIID ISimpleAudioVolumeVtbl::riid |
1.7.6.1