SoundSampleData

SoundSampleData

Revisió

SoundSampleData És una classe en Aspose.PDF FOSS per a .NET.

Els constructors de SoundSampleData permeten especificar la mostraRate sol o juntament amb nombresOfSoundChannels, bitsPerChannel i SoundSampleDataEncodingFormat.

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

Propietats

NomTipusAccessDescripció
SamplingRatelongLlegir / EscriureObté o estableix la freqüència de mostreig.
NumberOfSoundChannelsintLlegir / EscriureObté o estableix el nombre de canals d’àudio.
BitsPerChannelintLlegir / EscriureObté o estableix els bits per canal.
EncodingFormatSoundSampleDataEncodingFormatLlegir / EscriureObté o estableix el format de codificació.
DefaultSamplingRatelongLlegirObté la taxa de mostreig per defecte.
DefaultOfSoundChannelsintLlegirObté el valor per defecte dels canals de so.
DefaultOfBitsPerChannelintLlegirObté el valor per defecte de bits per canal.
DefaultEncodingFormatSoundSampleDataEncodingFormatLlegirObté el format de codificació per defecte.

Mètodes

SignatureDescripció
SoundSampleData(samplingRate: long)Coneix SoundSampleData(samplingRate) en aquest instància SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int)Calla SoundSampleData(samplingRate, númeroOfSoundChannels) en aquest instància SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int)Calla SoundSampleData(samplingRate, númeroOfSoundChannels, bitsPerChannel) en aquesta instància SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int, soundSampleDataEncodingFormat: SoundSampleDataEncodingFormat)Coneix SoundSampleData(samplingRate, númeroOfSoundChannels, bitsPerChannel, soundSampleDataEncodingFormat) en aquest instància SoundSampleData.

Veure també

 Català