summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 569ab8f44..7c7d55624 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -164,6 +164,14 @@ namespace NxWM
void close(void);
/**
+ * Transition to a new media player state.
+ *
+ * @param state The new state to enter.
+ */
+
+ void setMediaPlayerState(enum EMediaPlayerState state);
+
+ /**
* Handle a widget action event. This includes a button pre/release
* release events and volume slider change events.
*