SoundSampleData

Vue d’ensemble

SoundSampleData est une classe dans Aspose.PDF FOSS pour .NET.

Les constructeurs SoundSampleData permettent de spécifier samplingRate seul ou conjointement avec numberOfSoundChannels, bitsPerChannel et SoundSampleDataEncodingFormat.

Cette classe fournit 4 méthodes pour travailler avec des objets SoundSampleData dans les programmes .NET. Les méthodes disponibles incluent : SoundSampleData. Tous les membres publics sont accessibles à toute application .NET après l’installation du package Aspose.PDF FOSS for .NET. Propriétés : BitsPerChannel, DefaultEncodingFormat, DefaultOfBitsPerChannel, DefaultOfSoundChannels, DefaultSamplingRate, EncodingFormat, et 2 autres.

Propriétés

NomTypeAccèsDescription
SamplingRatelongRead/WriteObtient ou définit le taux d’échantillonnage.
NumberOfSoundChannelsintRead/WriteObtient ou définit le nombre de canaux audio.
BitsPerChannelintRead/WriteObtient ou définit le nombre de bits par canal.
EncodingFormatSoundSampleDataEncodingFormatRead/WriteObtient ou définit le format d’encodage.
DefaultSamplingRatelongReadObtient le taux d’échantillonnage par défaut.
DefaultOfSoundChannelsintReadObtient le nombre de canaux audio par défaut.
DefaultOfBitsPerChannelintReadObtient le nombre de bits par canal par défaut.
DefaultEncodingFormatSoundSampleDataEncodingFormatReadObtient le format d’encodage par défaut.

Méthodes

SignatureDescription
SoundSampleData(samplingRate: long)Appelle SoundSampleData(samplingRate) sur cette instance de SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int)Appelle SoundSampleData(samplingRate, numberOfSoundChannels) sur cette instance de SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int)Appelle SoundSampleData(samplingRate, numberOfSoundChannels, bitsPerChannel) sur cette instance de SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int, soundSampleDataEncodingFormat: SoundSampleDataEncodingFormat)Appelle SoundSampleData(samplingRate, numberOfSoundChannels, bitsPerChannel, soundSampleDataEncodingFormat) sur cette instance de SoundSampleData.

Voir aussi

 Français