AudioEncodingProperties.CreateMp3(UInt32, UInt32, UInt32) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает экземпляр Объекта AudioEncodingProperties для звука MPEG Audio Layer-3 (MP3).
public:
static AudioEncodingProperties ^ CreateMp3(unsigned int sampleRate, unsigned int channelCount, unsigned int bitrate);
static AudioEncodingProperties CreateMp3(uint32_t const& sampleRate, uint32_t const& channelCount, uint32_t const& bitrate);
public static AudioEncodingProperties CreateMp3(uint sampleRate, uint channelCount, uint bitrate);
function createMp3(sampleRate, channelCount, bitrate)
Public Shared Function CreateMp3 (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
Скорость звука.
Возвращаемое значение
Свойства кодировки звука.