|
PortAudio 2.0
|
#include "rpc.h"#include "rpcndr.h"#include "windows.h"#include "ole2.h"#include "unknwn.h"#include "devicetopology.h"Go to the source code of this file.
| #define __endpointvolume_h__ |
| #define __IAudioEndpointVolume_FWD_DEFINED__ |
| #define __IAudioEndpointVolume_INTERFACE_DEFINED__ |
| #define __IAudioEndpointVolumeCallback_FWD_DEFINED__ |
| #define __IAudioEndpointVolumeCallback_INTERFACE_DEFINED__ |
| #define __IAudioMeterInformation_FWD_DEFINED__ |
| #define __IAudioMeterInformation_INTERFACE_DEFINED__ |
| #define __REQUIRED_RPCNDR_H_VERSION__ 500 |
| #define ENDPOINT_HARDWARE_SUPPORT_METER 0x00000004 |
| #define ENDPOINT_HARDWARE_SUPPORT_MUTE 0x00000002 |
| #define ENDPOINT_HARDWARE_SUPPORT_VOLUME 0x00000001 |
| typedef struct AUDIO_VOLUME_NOTIFICATION_DATA AUDIO_VOLUME_NOTIFICATION_DATA |
| typedef interface IAudioEndpointVolume IAudioEndpointVolume |
| typedef interface IAudioEndpointVolumeCallback IAudioEndpointVolumeCallback |
| typedef struct IAudioEndpointVolumeCallbackVtbl IAudioEndpointVolumeCallbackVtbl |
| typedef struct IAudioEndpointVolumeVtbl IAudioEndpointVolumeVtbl |
| typedef interface IAudioMeterInformation IAudioMeterInformation |
| typedef struct IAudioMeterInformationVtbl IAudioMeterInformationVtbl |
| typedef struct AUDIO_VOLUME_NOTIFICATION_DATA* PAUDIO_VOLUME_NOTIFICATION_DATA |
| RPC_IF_HANDLE __MIDL_itf_endpointvolume_0000_0000_v0_0_c_ifspec |
| RPC_IF_HANDLE __MIDL_itf_endpointvolume_0000_0000_v0_0_s_ifspec |
| EXTERN_C const IID IID_IAudioEndpointVolume |
| EXTERN_C const IID IID_IAudioEndpointVolumeCallback |
| EXTERN_C const IID IID_IAudioMeterInformation |
1.7.4