Class: Wx::MediaState

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/media_event.rb

Overview

Describes the current state of the media.

See Also:

Requires:

  • USE_MEDIACTRL

Constant Summary collapse

MEDIASTATE_STOPPED =

No media is being currently played.

Wx::MediaState.new(0)
MEDIASTATE_PAUSED =

Current media is paused.

Wx::MediaState.new(1)
MEDIASTATE_PLAYING =

There is media currently playing.

Wx::MediaState.new(2)