Click or drag to resize

SoundFromWavReader Method

Constructs a new Sound from the given IWavReader class.

Namespace:  Atalasoft.PdfDoc.Generating.Multimedia
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Sound FromWavReader(
	IWavReader reader
)

Parameters

reader
Type: Atalasoft.PdfDoc.Generating.MultimediaIWavReader
The reader.

Return Value

Type: Sound
A new Sound object if the WAV file contains generally compatible data, null otherwise.
See Also