Skip to content

WavFormat.WriteAsync Method

Definition

Writes a strongly typed file to a stream.

protected override ValueTask WriteAsync(WavFile file, IBinaryWriter writer);

Parameters

Name Type Description
file WavFile The file to write.
writer IBinaryWriter The IBinaryWriter to write to.

Returns

ValueTask