Home
last modified time | relevance | path

Searched refs:rawflagint (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.apetag.php384 * @param int $rawflagint
388 public function parseAPEtagFlags($rawflagint) { argument
392 $flags['header'] = (bool) ($rawflagint & 0x80000000);
393 $flags['footer'] = (bool) ($rawflagint & 0x40000000);
394 $flags['this_is_header'] = (bool) ($rawflagint & 0x20000000);
395 $flags['item_contents_raw'] = ($rawflagint & 0x00000006) >> 1;
396 $flags['read_only'] = (bool) ($rawflagint & 0x00000001);