Difference between revisions of "Action: Control Media"
m |
|||
Line 1: | Line 1: | ||
+ | <span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span> | ||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <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. | This action can be used to play/pause and skip to the previous or next track in the media player. | ||
</pre> | </pre> | ||
− | + | ||
− | + | <pre style="background-color: #FFFF99; color: #112A46; border-radius: 10px; padding: 10px; margin-top: 5px; margin-bottom: 5px;"> | |
− | 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)< | + | 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) |
− | < | + | </pre> |
− | < | + | <span style="color: #1665b0; font-size: 18px; display: inline-block; margin-top: 15px; margin-bottom: 15px;"><strong>'''Types of multimedia controls''' </strong></span> |
− | + | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! Simulate Media Button | |
− | + | ! Default Player | |
− | + | ! Simulate audio button | |
− | + | |- | |
− | + | | Play/Pause | |
− | + | | Play | |
− | + | | Play/Pause | |
− | + | |- | |
− | + | | Previous | |
− | + | | Pause | |
− | + | | Previous | |
− | + | |- | |
− | + | | Next | |
− | + | | Previous | |
− | + | | Next | |
− | + | |- | |
+ | | Play | ||
+ | | Next | ||
+ | | Play | ||
+ | |- | ||
+ | | Pause | ||
+ | | Stop | ||
+ | | Pause | ||
+ | |- | ||
+ | | Stop | ||
+ | | | ||
+ | | Stop | ||
+ | |} |
Latest revision as of 18:04, 19 March 2024
About this action
This action can be used to play/pause and skip to the previous or next track in the media player.
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 | Default Player | Simulate audio button |
---|---|---|
Play/Pause | Play | Play/Pause |
Previous | Pause | Previous |
Next | Previous | Next |
Play | Next | Play |
Pause | Stop | Pause |
Stop | Stop |