Class SoundData

SoundData class

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

public sealed class SoundData

Properties

NameDescription
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