Get current status of stream (playing, paused, echo status, eqaulizer status, ....)
Public Sub GetStatus(ByRef status As TStreamStatus)
Parameters |
Description |
ByRef status As 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, ...
Dim Status As New TStreamStatus() player.GetStatus(Status)
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |