ILMG726Encoder

This is the interface for the LEAD G.726 Encoder.

Data Types:

G726_BITRATE

enum 
{ 
   G726_BITRATE_16 = 16, 
   G726_BITRATE_24 = 24, 
   G726_BITRATE_32 = 32, 
   G726_BITRATE_40 = 40 
} G726_BITRATE; 

Interface Properties:

Type Name Description
G726_BITRATE OutputBitrate The output bitrate, in kbps, of the compressed audio data. Bitrate denotes the average number of bits that one second of audio data will take up in the compressed bitstream. The output quality is related to the selected bitrate; the higher the bitrate, the better the quality.
Supported bitrates are: 16, 24, 32, and 40 kbps.
G726_BITRATE BitRate Lists the possible values that can be set as OutputBitrate for the filter.
Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help