This is the interface for the LEAD G.726 Encoder.
enum
{
G726_BITRATE_16 = 16,
G726_BITRATE_24 = 24,
G726_BITRATE_32 = 32,
G726_BITRATE_40 = 40
} G726_BITRATE;
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 Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document