SoundData

SoundData class

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

The SoundData type exposes the following members:

Properties

NameDescription
rateGets or sets the sampling rate, in samples per second.
channelsGets or sets the number of sound channels.
bitsGets or sets the number of bits per sample value per channel.
contentsGets stream of the sound to be played when the annotation is activated.
encodingGets or sets the encoding format for the sample data.

See Also