Syntax Syntax
Parameters Parameters
- $index
-
(Required)
Return Return
(int|false)
Source Source
File: wp-includes/ID3/module.audio.dts.php
* * @return int|false */ public static function bitPerSampleLookup($index) { static $lookup = array( 0 => 16, 1 => 20, 2 => 24, 3 => 24,