format long parameter list - take 2
This commit is contained in:
parent
f229073086
commit
697ac394cb
1 changed files with 14 additions and 12 deletions
|
@ -426,7 +426,8 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||||
/// <param name="voiceUpdateStates">The voice states associated to the <see cref="VoiceState"/>.</param>
|
/// <param name="voiceUpdateStates">The voice states associated to the <see cref="VoiceState"/>.</param>
|
||||||
/// <param name="mapper">The mapper to use.</param>
|
/// <param name="mapper">The mapper to use.</param>
|
||||||
/// <param name="behaviourContext">The behaviour context.</param>
|
/// <param name="behaviourContext">The behaviour context.</param>
|
||||||
public void UpdateWaveBuffers(out ErrorInfo[] errorInfos,
|
public void UpdateWaveBuffers(
|
||||||
|
out ErrorInfo[] errorInfos,
|
||||||
in VoiceInParameter parameter,
|
in VoiceInParameter parameter,
|
||||||
ReadOnlySpan<Memory<VoiceUpdateState>> voiceUpdateStates,
|
ReadOnlySpan<Memory<VoiceUpdateState>> voiceUpdateStates,
|
||||||
PoolMapper mapper,
|
PoolMapper mapper,
|
||||||
|
@ -462,7 +463,8 @@ namespace Ryujinx.Audio.Renderer.Server.Voice
|
||||||
/// <param name="isValid">If set to true, the server side wavebuffer is considered valid.</param>
|
/// <param name="isValid">If set to true, the server side wavebuffer is considered valid.</param>
|
||||||
/// <param name="mapper">The mapper to use.</param>
|
/// <param name="mapper">The mapper to use.</param>
|
||||||
/// <param name="behaviourContext">The behaviour context.</param>
|
/// <param name="behaviourContext">The behaviour context.</param>
|
||||||
private void UpdateWaveBuffer(Span<ErrorInfo> errorInfos,
|
private void UpdateWaveBuffer(
|
||||||
|
Span<ErrorInfo> errorInfos,
|
||||||
ref WaveBuffer waveBuffer,
|
ref WaveBuffer waveBuffer,
|
||||||
ref WaveBufferInternal inputWaveBuffer,
|
ref WaveBufferInternal inputWaveBuffer,
|
||||||
SampleFormat sampleFormat,
|
SampleFormat sampleFormat,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue