Searched refs:AACprofileLookup (Results 1 – 1 of 1) sorted by relevance
240 …$info['aac']['header']['profile'] = self::AACprofileLookup($info['aac'][…375 …$info['aac']['header']['profile'] = self::AACprofileLookup($info['aac']['header']['raw'][…492 public static function AACprofileLookup($profileid, $mpegversion) { function in getid3_aac493 static $AACprofileLookup = array();494 if (empty($AACprofileLookup)) {495 $AACprofileLookup[2][0] = 'Main profile';496 $AACprofileLookup[2][1] = 'Low Complexity profile (LC)';497 $AACprofileLookup[2][2] = 'Scalable Sample Rate profile (SSR)';498 $AACprofileLookup[2][3] = '(reserved)';499 $AACprofileLookup[4][0] = 'AAC_MAIN';[all …]