Author: sayer
Date: 2009-12-07 14:29:33 +0100 (Mon, 07 Dec 2009)
New Revision: 1625

Modified:
   trunk/apps/dsm/doc/dsm_syntax.txt
Log:
added doc about looped

Modified: trunk/apps/dsm/doc/dsm_syntax.txt
===================================================================
--- trunk/apps/dsm/doc/dsm_syntax.txt   2009-12-05 01:37:02 UTC (rev 1624)
+++ trunk/apps/dsm/doc/dsm_syntax.txt   2009-12-07 13:29:33 UTC (rev 1625)
@@ -48,10 +48,13 @@
    select active prompt set if more prompt sets are loaded
    Throws "prompt" exeption with #name if prompt set not found
 
- playFile(filename)
+ playFile(filename [, loop=true])
+   e.g. playFile($myfile, true); will play the file looped.
    Throws "file" exeption with #path if file can not be opened
 
- playFileFront(filename)
+ playFileFront(filename [, loop=true])
+   e.g. playFileFront($myfile, true); will play the file at first
+   position in the playlist, and looped.
    Throws "file" exeption with #path if file can not be opened
 
  recordFile(filename)

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to