Lines Matching full:bitrate
148 -# Call aacEncoder_SetParam() for each parameter to be set. AOT, samplingrate, channelMode, bitrate and transport type are \ref encParams "mandatory".
240 fill level. The required sample bitrate (represented by the data type INT_PCM which is 16, 24 or 32
315 if the parameter was not set from extern. The bitrate depends on the number of effective
349 Based on sampling rate and chosen bitrate per channel a reasonable SBR configuration will be used.
352 Sampling Rate | Channel Bitrate | SBR | SBR Ratio
447 The minimum and maximum allowed bitrate depends on the Audio Object Type. For AAC-LC the minimum
448 bitrate is the bitrate that is required to write the most basic and minimal valid bitstream.
451 determines the maximum allowed bitrate for AAC-LC. For HE-AAC and HE-AAC v2 a library internal
454 A good working point in terms of audio quality, sampling rate and bitrate, is at 1 to 1.5
465 appropriate for HE-AAC or HE-AAC v2. For example, at a bitrate of more than 64 kbit/s for a stereo
467 quality at that bitrate than HE-AAC or HE-AAC v2.
469 \section reommendedConfig Recommended Sampling Rate and Bitrate Combinations
630 Over a longer period in time the bitrate will be constant in the AAC constant
631 bitrate mode, e.g. for ISDN transmission. This means that in AAC each bitstream
633 will reach the target bitrate. One could also make an MPEG compliant
690 the encoder configuration (i.e. bitrate or AOT). It is not required to configure these tools manually.
906 AACENC_BITRATE = 0x0101, /*!< Total encoder bitrate. This parameter is mandatory and interacts with ::AACENC_BITRATEMODE.
907 - CBR: Bitrate in bits/second.
910 AACENC_BITRATEMODE = 0x0102, /*!< Bitrate mode. Configuration can be different kind of bitrate configurations:
911 - 0: Constant bitrate, use bitrate according to ::AACENC_BITRATE. (default)
1030 AACENC_ANCILLARY_BITRATE = 0x0500, /*!< Constant ancillary data bitrate in bits/second.
1033 - else: Insert ancillary data with specified bitrate. */