()
| 100 | * Requests the player to start playing. |
| 101 | */ |
| 102 | export function play():void { |
| 103 | __pchannel("Player::action", { |
| 104 | "action":"play" |
| 105 | }); |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Requests the player to pause |
nothing calls this directly
no test coverage detected