Get output volume of wave out device driver.
__stdcall __declspec(dllimport) void zplay_GetMasterVolume(ZPLAY_HANDLE handle, unsigned int * pnLeftVolume, unsigned int * pnRightVolume);
Parameters |
Description |
ZPLAY_HANDLE handle |
ZPLAY handle. Get this handle with zplay_CreateZPlay. |
unsigned int * pnLeftVolume |
Pointer to variable receiving left volume. Volume range is from 0 to 100. |
unsigned int * pnRightVolume |
Pointer to variable receiving right volume. Volume range is from 0 to 100. |
None.
Master volume affects all wave output on computer.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |