In This Topic ▼

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; 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.