Audio-aKodePlayer
view release on metacpan or search on metacpan
lib/Audio/aKodePlayer.pm view on Meta::CPAN
Start playing.
=item stop()
Stop playing and release any resources allocated while playing.
=item wait()
Waits for the file to finish playing (eof or error) and calls
stop. This blocks the calling thread.
=item detach()
Detach the player from the current thread (once detached, you won't be
able to apply any methods on the player object).
=item pause()
Pause the player.
=item resume()
Resume the player from paused.
( run in 0.281 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )