ReactOS 0.4.15-dev-7842-g558ab78
IAudioStreamVolume Interface Reference
Inheritance diagram for IAudioStreamVolume:
Collaboration diagram for IAudioStreamVolume:

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 IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 234 of file audioclient.idl.

Member Function Documentation

◆ GetAllVolumes()

HRESULT IAudioStreamVolume::GetAllVolumes ( [in] UINT32  dwCount,
[size_is(dwCount), out] float pfVolumes 
)

◆ GetChannelCount()

HRESULT IAudioStreamVolume::GetChannelCount ( [out] UINT32 pdwCount)

◆ GetChannelVolume()

HRESULT IAudioStreamVolume::GetChannelVolume ( [in] UINT32  dwIndex,
[out] float pfLevel 
)

◆ SetAllVolumes()

HRESULT IAudioStreamVolume::SetAllVolumes ( [in] UINT32  dwCount,
[size_is(dwCount), in] const float pfVolumes 
)

◆ SetChannelVolume()

HRESULT IAudioStreamVolume::SetChannelVolume ( [in] UINT32  dwIndex,
[in] const float  fLevel 
)

The documentation for this interface was generated from the following file: