Sound Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a sound embedded into the PDF document.The AIFF, AIFF-C, RIFF (.wav), and snd (.au) file formats are supported.
Remarks
Inheritance Hierarchy
Bytescout.PDFSound
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Sound type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Sound(Stream) | Creates a new sound initialized with the data from the specified stream. | |
| Sound(String) | Creates a new sound initialized with the data from the specified existing file. |
Properties
| Name | Description | |
|---|---|---|
| BitsPerSample | Gets the number of bits per sample value per channel. | |
| Channels | Gets the number of sound channels. | |
| Encoding | Gets the encoding format for the sample data. | |
| SamplingRate | Gets the sampling rate, in samples per second (in Hz). |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also