SoundSampleData
Vue d’ensemble
SoundSampleData Il s’agit d’une classe dans Aspose.PDF FOSS pour .NET.
SoundSampleData constructeurs permettent de spécifier le Rate d’échantillon seul ou en association avec les numérosOfSoundChannels, bitsPerChannel et SoundSampleDataEncodingFormat.
Cette classe fournit 4 méthodes pour travailler avec des objets SoundSampleData dans les programmes .NET. Les méthodes disponibles comprennent : SoundSampleData. Tous les membres publics sont accessibles à n’importe quelle application .NET après l’installation de la Aspose.PDF FOSS pour le package .Net. Propriétés : BitsPerChannel, DefaultEncodingFormat, DefaultOfBitsPerChannel, DefaultOfSoundChannels, DefaultSamplingRate, EncodingFormat,Et 2 plus.
Propriétés
| Nom de | Type | Access | Description |
|---|---|---|---|
SamplingRate | long | Lire / Écrire | Obtient ou définit le taux d’échantillonnage. |
NumberOfSoundChannels | int | Lire / Écrire | Obtient ou définit le nombre de canaux audio. |
BitsPerChannel | int | Lire / Écrire | Obtient ou définit les bits par canal. |
EncodingFormat | SoundSampleDataEncodingFormat | Lire / Écrire | Obtient ou définit le format d’encodage. |
DefaultSamplingRate | long | Lire | Obtient le taux d’échantillonnage par défaut. |
DefaultOfSoundChannels | int | Lire | Obtient la valeur par défaut des canaux sonores. |
DefaultOfBitsPerChannel | int | Lire | Obtient la valeur par défaut des bits par canal. |
DefaultEncodingFormat | SoundSampleDataEncodingFormat | Lire | Obtient le format d’encodage par défaut. |
méthodes
| Signature | Description |
|---|---|
SoundSampleData(samplingRate: long) | Appelez SoundSampleData(samplingRate) sur cette instance SoundSampleData. |
SoundSampleData(samplingRate: long, numberOfSoundChannels: int) | Appelez SoundSampleData(samplingRate, numéroOfSoundChannels) sur cette instance SoundSampleData. |
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int) | Appelez SoundSampleData(samplingRate, numéroOfSoundChannels, bitsPerChannel) sur cette instance SoundSampleData. |
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int, soundSampleDataEncodingFormat: SoundSampleDataEncodingFormat) | Appelez SoundSampleData(samplingRate, numéroOfSoundChannels, bitsPerChannel, soundSampleDataEncodingFormat) sur cette instance SoundSampleData. |