Searched defs:AACENC_CONFIG (Results 1 – 1 of 1) sorted by relevance
182 struct AACENC_CONFIG { struct183 INT sampleRate; /* encoder sample rate */184 INT bitRate; /* encoder bit rate in bits/sec */185 … /* additional bits consumed by anc data or sbr have to be consiedered while configuration */187 INT nSubFrames; /* number of frames in super frame (not ADTS/LATM subframes !) */188 AUDIO_OBJECT_TYPE audioObjectType; /* Audio Object Type */190 INT averageBits; /* encoder bit rate in bits/superframe */191 INT bitrateMode; /* encoder bitrate mode (CBR/VBR) */192 INT nChannels; /* number of channels to process */193 CHANNEL_ORDER channelOrder; /* Input Channel ordering scheme. */[all …]