This is the interface for the LEAD G.726 Encoder.
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;
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET