libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayCpp::zplay_GetPlayerVolume Function

Get internal volume.

C++
__stdcall __declspec(dllimport) void zplay_GetPlayerVolume(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.

Player volume is internal volume. This volume is specific for each instance of libZPlay interface.

Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr