AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Param.Encoder.Audio.WMA Class Reference

Parameters specific to WMA audio encoders. More...

Static Public Attributes

static string Quality = "ENCODER_WMA_QUALITY"
 Windows Media Audio: Specifies the quality of the compressed audio.
 

Detailed Description

Parameters specific to WMA audio encoders.

Member Data Documentation

◆ Quality

string Quality = "ENCODER_WMA_QUALITY"
static

Windows Media Audio: Specifies the quality of the compressed audio.

This parameter is an integer. Supported values: from 1 (worst quality) to 100 (best quality). The default value is 50.

This parameter is used by the Transcoder only when the encoded bitrate mode is BitrateMode.VBR, otherwise it is ignored.