summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-15 15:09:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-15 15:09:13 -0600
commit30bd1b4ab2fbc7420dad999b18091d04e6438689 (patch)
tree3257395bedc7f2b8423bd4812ce3b2d5df6d114b /NxWidgets/nxwm/include
parentb5f93038acbef20d72d4c7fa8aed3f10825aef39 (diff)
downloadnuttx-30bd1b4ab2fbc7420dad999b18091d04e6438689.tar.gz
nuttx-30bd1b4ab2fbc7420dad999b18091d04e6438689.tar.bz2
nuttx-30bd1b4ab2fbc7420dad999b18091d04e6438689.zip
NxWM::CMediaPlayer: Some improved state management
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.
*