Skip to content

WavFormat.ReadAsync Method

Definition

Reads a file from an IBinaryReader.

protected override ValueTask<IOFile> ReadAsync(IBinaryReader reader);

Parameters

Name Type Description
reader IBinaryReader The IBinaryReader to read from.

Returns

ValueTask<IOFile>

The file that was read.