From 50608ea9870af04972101b32635ab8fe86d0ad5e Mon Sep 17 00:00:00 2001 From: albeu Date: Wed, 22 Mar 2006 20:17:48 +0000 Subject: Add get/set_property and update volume/mute to the last changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17925 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/slave.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'DOCS/tech') diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index bedceba4f5..960a673db3 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -80,6 +80,9 @@ frame_drop [] get_percent_pos Print out the current position in the file, as integer percentage [0-100). +get_property + Print out the current value of a property. + get_sub_visibility Print out subtitle visibility (1 == on, 0 == off). @@ -125,8 +128,9 @@ menu set_menu Display the menu named . -mute - Mute/unmute sound output. +mute [] + Toggle sound output mutting or set it to when >= 0 + (1 == on, 0 == off). osd [] Toggle OSD mode or set it to level when >= 0. @@ -165,6 +169,9 @@ seek [] 1 is a seek to % in the movie. 2 is a seek to an absolute position of seconds. +set_property + Set a property. + speed_incr Add to the current playback speed. @@ -279,8 +286,8 @@ vo_ontop vo_rootwin Toggle playback on the root window. -volume - Increase/decrease volume. +volume [] + Increase/decrease volume or set it to if is nonzero. The following commands are really only useful for OSD menu console mode: -- cgit v1.2.3