MCPcopy
hub / github.com/nukeop/nuclear / setVolume

Method setVolume

packages/plugin-sdk/src/api/playback.ts:55–57  ·  view source on GitHub ↗
(volume: number)

Source from the content-addressed store, hash-verified

53 }
54
55 setVolume(volume: number): Promise<void> {
56 return this.#withHost((host) => host.setVolume(volume));
57 }
58
59 isMuted(): Promise<boolean> {
60 return this.#withHost((host) => host.isMuted());

Callers 1

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected