MCPcopy
hub / github.com/midrender/revideo / activate

Method activate

packages/core/src/app/Player.ts:314–317  ·  view source on GitHub ↗

* Activate the player. * * @remarks * A player needs to be active in order for the update loop to run. Each * player is active by default.

()

Source from the content-addressed store, hash-verified

312 * player is active by default.
313 */
314 public activate() {
315 this.active = true;
316 this.request();
317 }
318
319 /**
320 * Deactivate the player.

Callers 3

constructorMethod · 0.95
connectedCallbackMethod · 0.80
connectedCallbackMethod · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected