SoundSampleData

SoundSampleData

Overview

SoundSampleData is a class in Aspose.PDF FOSS for .NET.

SoundSampleData constructors allow specifying samplingRate alone or together with numberOfSoundChannels, bitsPerChannel, and SoundSampleDataEncodingFormat.

This class provides 4 methods for working with SoundSampleData objects in .NET programs. Available methods include: SoundSampleData. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: BitsPerChannel, DefaultEncodingFormat, DefaultOfBitsPerChannel, DefaultOfSoundChannels, DefaultSamplingRate, EncodingFormat, and 2 more.

Properties

NameTypeAccessDescription
SamplingRatelongRead/WriteGets or sets the sampling rate.
NumberOfSoundChannelsintRead/WriteGets or sets the number of sound channels.
BitsPerChannelintRead/WriteGets or sets the bits per channel.
EncodingFormatSoundSampleDataEncodingFormatRead/WriteGets or sets the encoding format.
DefaultSamplingRatelongReadGets the default sampling rate.
DefaultOfSoundChannelsintReadGets the default of sound channels.
DefaultOfBitsPerChannelintReadGets the default of bits per channel.
DefaultEncodingFormatSoundSampleDataEncodingFormatReadGets the default encoding format.

Methods

SignatureDescription
SoundSampleData(samplingRate: long)Calls SoundSampleData(samplingRate) on this SoundSampleData instance.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int)Calls SoundSampleData(samplingRate, numberOfSoundChannels) on this SoundSampleData instance.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int)Calls SoundSampleData(samplingRate, numberOfSoundChannels, bitsPerChannel) on this SoundSampleData instance.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int, soundSampleDataEncodingFormat: SoundSampleDataEncodingFormat)Calls SoundSampleData(samplingRate, numberOfSoundChannels, bitsPerChannel, soundSampleDataEncodingFormat) on this SoundSampleData instance.

See Also