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
| Nom | Type | Accès | Description |
|---|---|---|---|
SamplingRate | long | Read/Write | Obtient ou définit le taux d’échantillonnage. |
NumberOfSoundChannels | int | Read/Write | Obtient ou définit le nombre de canaux audio. |
BitsPerChannel | int | Read/Write | Obtient ou définit le nombre de bits par canal. |
EncodingFormat | SoundSampleDataEncodingFormat | Read/Write | Obtient ou définit le format d’encodage. |
DefaultSamplingRate | long | Read | Obtient le taux d’échantillonnage par défaut. |
DefaultOfSoundChannels | int | Read | Obtient le nombre de canaux audio par défaut. |
DefaultOfBitsPerChannel | int | Read | Obtient le nombre de bits par canal par défaut. |
DefaultEncodingFormat | SoundSampleDataEncodingFormat | Read | Obtient le format d’encodage par défaut. |
Méthodes
| Signature | Description |
|---|---|
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. |