SoundSampleData

SoundSampleData

Visió general

SoundSampleData és una classe a Aspose.PDF FOSS per a .NET.

Els constructors de SoundSampleData permeten especificar samplingRate sol o juntament amb numberOfSoundChannels, bitsPerChannel i SoundSampleDataEncodingFormat.

Aquesta classe proporciona 4 mètodes per treballar amb objectes SoundSampleData en programes .NET. Els mètodes disponibles inclouen: SoundSampleData. Tots els membres públics són accessibles a qualsevol aplicació .NET després d’instal·lar el paquet Aspose.PDF FOSS for .NET. Propietats: BitsPerChannel, DefaultEncodingFormat, DefaultOfBitsPerChannel, DefaultOfSoundChannels, DefaultSamplingRate, EncodingFormat i 2 més.

Propietats

NomTipusAccésDescripció
SamplingRatelongRead/WriteObté o estableix la taxa de mostreig.
NumberOfSoundChannelsintRead/WriteObté o estableix el nombre de canals d’àudio.
BitsPerChannelintRead/WriteObté o estableix els bits per canal.
EncodingFormatSoundSampleDataEncodingFormatRead/WriteObté o estableix el format de codificació.
DefaultSamplingRatelongReadObté la taxa de mostreig per defecte.
DefaultOfSoundChannelsintReadObté el nombre de canals d’àudio per defecte.
DefaultOfBitsPerChannelintReadObté els bits per canal per defecte.
DefaultEncodingFormatSoundSampleDataEncodingFormatReadObté el format de codificació per defecte.

Mètodes

SignatureDescription
SoundSampleData(samplingRate: long)Crida SoundSampleData(samplingRate) en aquesta instància de SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int)Crida SoundSampleData(samplingRate, numberOfSoundChannels) en aquesta instància de SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int)Crida SoundSampleData(samplingRate, numberOfSoundChannels, bitsPerChannel) en aquesta instància de SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int, soundSampleDataEncodingFormat: SoundSampleDataEncodingFormat)Crida SoundSampleData(samplingRate, numberOfSoundChannels, bitsPerChannel, soundSampleDataEncodingFormat) en aquesta instància de SoundSampleData.

Vegeu també

 Català