AttachAudioMixedProcessor method
Implementation
void AttachAudioMixedProcessor(
AudioCallbackD callback,
) => run(
() => 'AttachAudioMixedProcessor(callback: $callback)',
() => rl.Audio.AttachAudioMixedProcessor(
callback.attach(),
),
);
void AttachAudioMixedProcessor(
AudioCallbackD callback,
) => run(
() => 'AttachAudioMixedProcessor(callback: $callback)',
() => rl.Audio.AttachAudioMixedProcessor(
callback.attach(),
),
);