Document wxMediaState enum.
Closes #15760. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5,6 +5,22 @@
|
|||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
/**
|
||||||
|
Describes the current state of the media.
|
||||||
|
|
||||||
|
@see wxMediaCtrl::GetState()
|
||||||
|
*/
|
||||||
|
enum wxMediaState
|
||||||
|
{
|
||||||
|
/** No media is being currently played. */
|
||||||
|
wxMEDIASTATE_STOPPED,
|
||||||
|
|
||||||
|
/** Current media is paused. */
|
||||||
|
wxMEDIASTATE_PAUSED,
|
||||||
|
|
||||||
|
/** There is media currently playing. */
|
||||||
|
wxMEDIASTATE_PLAYING
|
||||||
|
};
|
||||||
|
|
||||||
enum wxMediaCtrlPlayerControls
|
enum wxMediaCtrlPlayerControls
|
||||||
{
|
{
|
||||||
@@ -306,7 +322,7 @@ public:
|
|||||||
double GetPlaybackRate();
|
double GetPlaybackRate();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Obtains the state the playback of the media is in -
|
Obtains the state the playback of the media is in.
|
||||||
|
|
||||||
@beginTable
|
@beginTable
|
||||||
@row2col{wxMEDIASTATE_STOPPED, The movie has stopped.}
|
@row2col{wxMEDIASTATE_STOPPED, The movie has stopped.}
|
||||||
|
Reference in New Issue
Block a user