0x0B => 'Composer',
0x0C => 'Lyricist',
0x0D => 'Recording Location',
0x0E => 'During Recording',
0x0F => 'During Performance',
0x10 => 'Video Screen Capture',
0x12 => 'Illustration',
0x13 => 'Band Logotype',
0x14 => 'Publisher Logotype'
);
$lookup =
array_map(function($str) { return getid3_lib::
iconv_fallback('UTF-8', 'UTF-16LE',
$str);
},
$lookup);
} return (isset($lookup[$WMpictureType]) ?
$lookup[$WMpictureType] : ''
);
} /**
* @param string $asf_header_extension_object_data
* @param int $unhandled_sections
*
* @return array
*/