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


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

Определение

Создает экземпляр аудио AudioEncodingProperties для расширенного кодирования аудио (AAC) в формате потока передачи аудиоданных (ADTS).

public:
 static AudioEncodingProperties ^ CreateAacAdts(unsigned int sampleRate, unsigned int channelCount, unsigned int bitrate);
 static AudioEncodingProperties CreateAacAdts(uint32_t const& sampleRate, uint32_t const& channelCount, uint32_t const& bitrate);
public static AudioEncodingProperties CreateAacAdts(uint sampleRate, uint channelCount, uint bitrate);
function createAacAdts(sampleRate, channelCount, bitrate)
Public Shared Function CreateAacAdts (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

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

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

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

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