Поделиться через


AudioEncodingProperties.CreateAac(UInt32, UInt32, UInt32) Метод

Определение

Создает экземпляр AudioEncodingProperties для звука AAC.

public:
 static AudioEncodingProperties ^ CreateAac(unsigned int sampleRate, unsigned int channelCount, unsigned int bitrate);
 static AudioEncodingProperties CreateAac(uint32_t const& sampleRate, uint32_t const& channelCount, uint32_t const& bitrate);
public static AudioEncodingProperties CreateAac(uint sampleRate, uint channelCount, uint bitrate);
function createAac(sampleRate, channelCount, bitrate)
Public Shared Function CreateAac (sampleRate As UInteger, channelCount As UInteger, bitrate As UInteger) As AudioEncodingProperties

Параметры

sampleRate
UInt32

unsigned int

uint32_t

Частота дискретизации звука.

channelCount
UInt32

unsigned int

uint32_t

Количество аудиоканалов.

bitrate
UInt32

unsigned int

uint32_t

Скорость звука.

Возвращаемое значение

Свойства кодирования звука.

Применяется к