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

Close open stream.

C++
__stdcall __declspec(dllimport) int zplay_Close(ZPLAY_HANDLE handle);
Parameters 
Description 
ZPLAY_HANDLE handle 
ZPLAY handle. Get this handle with zplay_CreateZPlay
Return Values 
Description 
All OK. 
Error. To get error message read here

This function stops playing. All internal memory will be deallocated and file handles will be closed. This function will clear gapless queue and dynamic stream queue.

Close stream. 

ZPlay C++ Class interface  

instance->Close();

 

C Style interface

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

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

Email: zcindori@inet.hr