View Single Post
Posts: 21 | Thanked: 6 times | Joined on Apr 2010
#28
Change volume to max (the last number 100 is max, so put any number from 0 to 100 to get what you want)
Code:
#!/bin/sh
dbus-send --session --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:'volume' variant:uint32:100
Cant add to Wiki, so I add here

Last edited by raffe; 2010-06-08 at 18:58.
 

The Following User Says Thank You to raffe For This Useful Post: