From 55570f32b618dd670cbe4776b607e52ebb73d0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20R=C3=B6jfors?= Date: Sun, 28 Sep 2014 13:27:51 +0200 Subject: renderer: Implement SetPlayMode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an implementation of SetPlayMode, a method is added on the player controller interface to validate if the new play mode is valid or not. If it is the play_mode property of the controller gets the new mode assigned. Signed-off-by: Richard Röjfors https://bugzilla.gnome.org/show_bug.cgi?id=737522 --- data/xml/AVTransport2.xml.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'data') diff --git a/data/xml/AVTransport2.xml.in b/data/xml/AVTransport2.xml.in index 56f7b529..05f4981a 100644 --- a/data/xml/AVTransport2.xml.in +++ b/data/xml/AVTransport2.xml.in @@ -415,6 +415,26 @@ + + + SetPlayMode + + + InstanceID + in + + A_ARG_TYPE_InstanceID + + + + NewPlayMode + in + + CurrentPlayMode + + + + -- cgit v1.2.1