Aspose::Pdf::Annotations::SoundData class

SoundData class

Represents a sound data defining the sound to be played when the annotation is activated.

class SoundData : public System::Object

Methods

MethodDescription
get_Bits()Gets the number of bits per sample value per channel.
get_Channels()Gets the number of sound channels.
get_Contents()Gets stream of the sound to be played when the annotation is activated.
get_Encoding()Gets the encoding format for the sample data.
get_Rate()Gets the sampling rate, in samples per second.
set_Bits(int32_t)Sets the number of bits per sample value per channel.
set_Channels(int32_t)Sets the number of sound channels.
set_Encoding(SoundEncoding)Sets the encoding format for the sample data.
set_Rate(int32_t)Sets the sampling rate, in samples per second.

See Also