imported>ProbablePrime m ProbablePrime moved page Category:Types:PlaybackAction to Types:PlaybackAction |
m 989onan moved page Types:PlaybackAction to Type:PlaybackAction: Misspelled title: type not types |
||
(One intermediate revision by the same user not shown) | |||
Line 37: | Line 37: | ||
[[Category:Enums]] | [[Category:Enums]] | ||
[[Category: | [[Category:Type]] |
Latest revision as of 18:18, 16 January 2024
PlaybackAction is an Enum which is used to specify the type of playback action to perform in a ButtonPlaybackAction.
Possible Values
Value | Description | Numeric Value |
---|---|---|
None | Does nothing | 0 |
Play | Resets the playback head position to the beginning and starts playback. | 1 |
Resume | Starts playing from the playback head position. | 2 |
Pause | Stops playing, keeping the playback head at the current location. | 3 |
Stop | Stops playing. | 4 |
ToggleResumePause | If playing, pauses. If paused, resumes. | 5 |
TogglePlayStop | If playing, stops. If stopped, plays. | 6 |