Searched refs:framerateindex (Results 1 – 1 of 1) sorted by relevance
224 * @param int $framerateindex228 public static function NSVframerateLookup($framerateindex) { argument229 if ($framerateindex <= 127) {230 return (float) $framerateindex;240 …return (isset($NSVframerateLookup[$framerateindex]) ? $NSVframerateLookup[$framerateindex] : false…