[MPlayer-cvslog] CVS: main/DOCS/tech slave.txt,1.51,1.52
Alban Bedel CVS
syncmail at mplayerhq.hu
Wed Mar 22 21:17:54 CET 2006
CVS change done by Alban Bedel CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv12086/DOCS/tech
Modified Files:
slave.txt
Log Message:
Add get/set_property and update volume/mute to the last changes.
Index: slave.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/slave.txt,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- slave.txt 25 Dec 2005 19:22:48 -0000 1.51
+++ slave.txt 22 Mar 2006 20:17:48 -0000 1.52
@@ -80,6 +80,9 @@
get_percent_pos
Print out the current position in the file, as integer percentage [0-100).
+get_property <property>
+ Print out the current value of a property.
+
get_sub_visibility
Print out subtitle visibility (1 == on, 0 == off).
@@ -125,8 +128,9 @@
set_menu <menu_name>
Display the menu named <menu_name>.
-mute
- Mute/unmute sound output.
+mute [<value>]
+ Toggle sound output mutting or set it to <value> when <value> >= 0
+ (1 == on, 0 == off).
osd [<level>]
Toggle OSD mode or set it to level when <level> >= 0.
@@ -165,6 +169,9 @@
1 is a seek to <value> % in the movie.
2 is a seek to an absolute position of <value> seconds.
+set_property <property> <value>
+ Set a property.
+
speed_incr <value>
Add <value> to the current playback speed.
@@ -279,8 +286,8 @@
vo_rootwin
Toggle playback on the root window.
-volume <value>
- Increase/decrease volume.
+volume <value> [<abs>]
+ Increase/decrease volume or set it to <value> if <abs> is nonzero.
The following commands are really only useful for OSD menu console mode:
More information about the MPlayer-cvslog
mailing list