Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.nsv.php224 * @param int $framerateindex
228 public static function NSVframerateLookup($framerateindex) { argument
229 if ($framerateindex <= 127) {
230 return (float) $framerateindex;
240 …return (isset($NSVframerateLookup[$framerateindex]) ? $NSVframerateLookup[$framerateindex] : false…