MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / onMutedChanged

Method onMutedChanged

src/Player.ts:72–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 public get onPlaybackRateChanged(): IEvent<number> { return this._onPlaybackRateChanged.onEvent }
71 public get onVolumeChanged(): IEvent<number> { return this._onVolumeChanged.onEvent }
72 public get onMutedChanged(): IEvent<boolean> { return this._onMutedChanged.onEvent }
73 public get onStateChanged(): IEvent<IPlayerState> { return this._onStateChanged.onEvent }
74
75 constructor(

Callers 2

constructorMethod · 0.80
etFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected