Class SoundData
Contents
[
Hide
]SoundData class
Represents a sound data defining the sound to be played when the annotation is activated.
public sealed class SoundData
Properties
Name | Description |
---|---|
Bits { get; set; } | Gets or sets the number of bits per sample value per channel. |
Channels { get; set; } | Gets or sets the number of sound channels. |
Contents { get; } | Gets stream of the sound to be played when the annotation is activated. |
Encoding { get; set; } | Gets or sets the encoding format for the sample data. |
Rate { get; set; } | Gets or sets the sampling rate, in samples per second. |
See Also
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF