AudioRenderer.Render
public static bool Render(NativeArray<float> buffer);
Parameters
| buffer | The buffer to write the sample data to. |
Returns
bool True if the recording succeeded.
Description 描述
Performs the recording of the main output as well as any optional mixer groups that have been registered via AudioRenderer.AddMixerGroupSink.