GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Audio::MPD::Common::Time(3) User Contributed Perl Documentation Audio::MPD::Common::Time(3)

Audio::MPD::Common::Time - class representing time of current song

version 2.003

Audio::MPD::Common::Status returns some time information with the "time()" accessor. This information relates to the elapsed time of the current song, as well as the remaining and total time. This information is encapsulated in an Audio::MPD::Common::Time object.

An Audio::MPD::Common::Time object does not update itself regularly, and thus should be used immediately.

Note: one should never ever instantiate an Audio::MPD::Common::Time object directly - use the mpd modules instead.

The time passed to the constructor, used to compute all others values (see methods). It is the time value (on the "time" line) of what the MPD server returns to the status command. Defaults to "0:0".

Return elapsed $time ("minutes:seconds" format).

Return remaining $time ("minutes:seconds" format).

Return total $time ("minutes:seconds" format).

Return elapsed $time (percentage, 1 digit).

Return elapsed $time in seconds.

Return remaining $time in seconds.

Return total $time in seconds.

Return minutes part of elapsed $time.

Return seconds part of elapsed $time.

Return minutes part of remaining $time.

Return seconds part of remaining $time.

Return minutes part of total $time.

Return seconds part of total $time.

Jerome Quelin

This software is copyright (c) 2007 by Jerome Quelin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.