Class SoundSampleData
Contents
[
Hide
]SoundSampleData class
Represents additional entries specific to a sound object (Section 9.2 PDF1-7)
public class SoundSampleData
Constructors
| Name | Description |
|---|---|
| SoundSampleData(long) | Initializes new sound sample data. |
| SoundSampleData(long, int) | Initializes new sound sample data. |
| SoundSampleData(long, int, int) | Initializes new sound sample data. |
| SoundSampleData(long, int, int, SoundSampleDataEncodingFormat) | Initializes new sound sample data. |
Properties
| Name | Description |
|---|---|
| BitsPerChannel { get; set; } | Gets or sets the number of bits per sample value per channel. |
| EncodingFormat { get; set; } | Gets or sets the encoding format. |
| NumberOfSoundChannels { get; set; } | Gets or sets the number of sound channels. |
| SamplingRate { get; set; } | Gets or sets the sampling rate. |
Fields
| Name | Description |
|---|---|
| const DefaultEncodingFormat | Default value for encoding format. |
| const DefaultOfBitsPerChannel | Default value for BitsPerchannel parameter. |
| const DefaultOfSoundChannels | Default value for Channels parameter. |
| const DefaultSamplingRate | Default value for SamplingRate. |
See Also
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF