LayerVolume
Layer content audio volume / mute
このノードの解説は準備中です。以下のポート仕様はアプリ本体から自動生成されており、常に最新です。
入力ポート
| Port ID | 型 |
|---|---|
Volume | float |
Mute | bool |
出力ポート
| Port ID | 型 |
|---|---|
Volume | float |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
volumeInput | float |
muteInput | bool |
currentVolume | float |
currentMuted | bool |
selectedLayerIndex | int |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "LayerVolume" })