SoundSampleData

SoundSampleData

Resumo geral

SoundSampleData é uma classe em Aspose.PDF FOSS para .NET.

Os constructores SoundSampleData permitem especificar a taxa de amostragem sozinho ou em conjunto com o número de canais sonoros, bits por canal e SoundSampleDataEncodingFormat.

Esta classe fornece 4 métodos para trabalhar com objetos SoundSampleData em programas .NET. Os métodos disponíveis incluem: SoundSampleData. Todos os membros do público são acessíveis a qualquer aplicação .NET após instalar o pacote Aspose.PDF FOSS for .Net. Propriedades: BitsPerChannel, DefaultEncodingFormat, DefaultOfBitsPerChannel, DefaultOfSoundChannels, DefaultSamplingRate, EncodingFormat,E mais dois.

Propriedades

Nome:Tipo de veículo:AcessosDescrição:
SamplingRatelongLeitura/EscritaObtém ou define a taxa de amostragem.
NumberOfSoundChannelsintLeitura/EscritaObtém ou define o número de canais sonoros.
BitsPerChannelintLeitura/EscritaObtém ou define os bits por canal.
EncodingFormatSoundSampleDataEncodingFormatLeitura/EscritaObtém ou define o formato de codificação.
DefaultSamplingRatelongLeia.Obtém a taxa de amostragem padrão.
DefaultOfSoundChannelsintLeia.Obtém os canais de som padrão.
DefaultOfBitsPerChannelintLeia.Obtém o padrão de bits por canal.
DefaultEncodingFormatSoundSampleDataEncodingFormatLeia.Obtém o formato de codificação padrão.

Métodos de avaliação

AssinaturaDescrição:
SoundSampleData(samplingRate: long)Chama SoundSampleData(samplingRate) nesta instância SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int)Chama SoundSampleData ((samplingRate, numberOfSoundChannels) nesta instância SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int)Chama SoundSampleData ((samplingRate, numberOfSoundChannels, bitsPerChannel) nesta instância SoundSampleData.
SoundSampleData(samplingRate: long, numberOfSoundChannels: int, bitsPerChannel: int, soundSampleDataEncodingFormat: SoundSampleDataEncodingFormat)Chama SoundSampleData ((samplingRate, numberOfSoundChannels, bitsPerChannel, soundSampleDataEncodingFormat) nesta instância SoundSampleData.

Ver também:

 Português