ILMG726Encoder Interface

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

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.

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Filters C API Help