* Launch a process and forget it. The compositor does not track or restart it. * プロセスを起動して追跡しません。コンポジターは再起動も監視もしません。
(spec: ProcessSpawnSpec)
| 1122 | get(outputName: string): OutputInfo | undefined; |
| 1123 | /** Returns the first output matching `predicate`. / `predicate` に一致する最初の出力を返します。 */ |
| 1124 | find(predicate: (output: OutputInfo) => boolean): OutputInfo | undefined; |
| 1125 | /** All DRM modes reported by the driver for `outputName`. / ドライバーが報告する全 DRM モード。 */ |
| 1126 | availableModes(outputName: string): OutputMode[]; |
| 1127 | /** |
no outgoing calls