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