AudioTracks
AudioTracks<
T> ={ [K in keyof T]: AudioController }
Defined in: audio.ts:93
Typed audio controllers keyed by the names passed to createAudio.
Type Parameters
Section titled “Type Parameters”T extends Record<string, AudioInput>
AudioTracks<
T> ={ [K in keyof T]: AudioController }
Defined in: audio.ts:93
Typed audio controllers keyed by the names passed to createAudio.
T extends Record<string, AudioInput>