Get current status of stream (playing, paused, echo status, eqaulizer status, ....)
procedure GetStatus(out Status: TStreamStatus);
Parameters |
Description |
out Status: TStreamStatus |
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, ...
var status : TStreamStatus; begin player.GetStatus(status); end;
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |