$inmp3 » History » Version 4
Per Amundsen, 02/23/2023 02:00 PM
| 1 | 1 | Per Amundsen | _Added in 2.4_ |
|---|---|---|---|
| 2 | |||
| 3 | *$inmp3* |
||
| 4 | |||
| 5 | Return [[$true]] if a mp3 sound is [[/splay|playing]], otherwise [[$false]]. |
||
| 6 | 2 | Per Amundsen | |
| 7 | 4 | Per Amundsen | _See also [[/splay]], [[$insong]], [[$inwave]], [[$inmidi]], [[on MP3END]], [[on PLAYEND]], [[on MIDIEND]], [[on WAVEEND]]._ |
| 8 | |||
| 9 | 2 | Per Amundsen | *Properties* |
| 10 | |||
| 11 | 3 | Per Amundsen | table(ktable). |
| 12 | |*Property*|*Description*| |
||
| 13 | | .fname | Returns the filename of the currently playing sound. | |
||
| 14 | | .length | Returns the length of the currently playing sound. | |
||
| 15 | | .pos | Returns the played position of the currently playing sound. | |
||
| 16 | | .pause | Returns [[$true]] if the sound is paused, otherwise [[$false]]. | |