Difference between revisions of "Action: Control Media"
Line 1: | Line 1: | ||
− | This action can be used to play/pause and skip to the previous or next track in the media player.<br/> | + | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> |
+ | This action can be used to play/pause and skip to the previous or next track in the media player. | ||
+ | </pre> | ||
+ | <br/> | ||
'''Note'''<br/> | '''Note'''<br/> | ||
Controlling media is not handled the same way on all Android devices, therefore three alternative mechanisms are provided. The first mode simulates media button presses, the second mode should control the default media player and the third mode will simulate an audio button press (e.g. a button on a headset)<br/> | Controlling media is not handled the same way on all Android devices, therefore three alternative mechanisms are provided. The first mode simulates media button presses, the second mode should control the default media player and the third mode will simulate an audio button press (e.g. a button on a headset)<br/> |
Revision as of 19:21, 29 January 2024
This action can be used to play/pause and skip to the previous or next track in the media player.
Note
Controlling media is not handled the same way on all Android devices, therefore three alternative mechanisms are provided. The first mode simulates media button presses, the second mode should control the default media player and the third mode will simulate an audio button press (e.g. a button on a headset)
Types of multimedia controls
Simulate Media Button
- Play/Pause
- Previous
- Next
- Play
- Pause
- Stop
Default Player
- Play
- Pause
- Previous
- Next
- Stop
Simulate audio button
- Play/Pause
- Previous
- Next
- Play
- Pause
- Stop