()
| 109 | * Requests the player to pause |
| 110 | */ |
| 111 | export function pause():void { |
| 112 | __pchannel("Player::action", { |
| 113 | "action":"pause" |
| 114 | }); |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Seeks to a position (in milliseconds from start) |
nothing calls this directly
no test coverage detected