Set interface settings.
__stdcall __declspec(dllimport) int zplay_SetSettings(ZPLAY_HANDLE handle, TSettingID nSettingID, int nValue);
Parameters |
Description |
ZPLAY_HANDLE handle |
ZPLAY handle. Get this handle with zplay_CreateZPlay. |
TSettingID nSettingID | |
int nValue |
Setting value. |
Return Values |
Description |
1 |
All OK. |
0 |
Error. To get error message read here. |
Each interface instance has own settings. You can configure each interface instance separately.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |