Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.optimfrog.php403 * @param int $EncoderID
407 public static function OptimFROGencoderNameLookup($EncoderID) { argument
411 $EncoderVersion = number_format(((($EncoderID & 0xF0) >> 4) + 4500) / 1000, 3);
412 $EncoderSystemID = ($EncoderID & 0x0F);