Link Search Menu Expand Document

Sound Class

Represents a sound embedded into the PDF document.
Remarks
The AIFF, AIFF-C, RIFF (.wav), and snd (.au) file formats are supported.
Inheritance Hierarchy
SystemObject
Bytescout.PDFSound

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class Sound

The Sound type exposes the following members.

Constructors
NameDescription
Public methodSound(Stream)
Creates a new sound initialized with the data from the specified stream.
Public methodSound(String)
Creates a new sound initialized with the data from the specified existing file.
Top
Properties
NameDescription
Public propertyBitsPerSample
Gets the number of bits per sample value per channel.
Public propertyChannels
Gets the number of sound channels.
Public propertyEncoding
Gets the encoding format for the sample data.
Public propertySamplingRate
Gets the sampling rate, in samples per second (in Hz).
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference