Get current status of stream (playing, paused, echo status, eqaulizer status, ....)
void GetStatus(TStreamStatus % status);
Parameters |
Description |
TStreamStatus % status |
Reference to TStreamStatus receiving status informations. User must allocate memory for this structure. |
None.
Use this function to detect status of various stream states. This is only way to detect if stream is playing or not, if stream is paused or not, ...
TStreamStatus Status; player->GetStatus(Status);
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |