SoundSampleData

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 deTypeAccessDescription
SamplingRatelongLire / ÉcrireObtient ou définit le taux d’échantillonnage.
NumberOfSoundChannelsintLire / ÉcrireObtient ou définit le nombre de canaux audio.
BitsPerChannelintLire / ÉcrireObtient ou définit les bits par canal.
EncodingFormatSoundSampleDataEncodingFormatLire / ÉcrireObtient ou définit le format d’encodage.
DefaultSamplingRatelongLireObtient le taux d’échantillonnage par défaut.
DefaultOfSoundChannelsintLireObtient la valeur par défaut des canaux sonores.
DefaultOfBitsPerChannelintLireObtient la valeur par défaut des bits par canal.
DefaultEncodingFormatSoundSampleDataEncodingFormatLireObtient le format d’encodage par défaut.

méthodes

SignatureDescription
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.

Voir aussi

 Français