Click or drag to resize

WavReaderGetDataStream Method

Gets a stream of possibly compressed sound data from the file. This is a sub stream of the data within the stream used to construct the class. Closing this stream will close the parent stream as well.

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 Stream GetDataStream()

Return Value

Type: Stream
A Stream of sound data

Implements

IWavReaderGetDataStream
See Also