Syntax Syntax
Parameters Parameters
- $fscod2
-
(Required)
Return Return
(int|string|false)
Source Source
File: wp-includes/ID3/module.audio.ac3.php
* * @return int|string|false */ public static function sampleRateCodeLookup2($fscod2) { static $sampleRateCodeLookup2 = array( 0 => 24000, 1 => 22050, 2 => 16000, 3 => 'reserved' // If the reserved code is indicated, the decoder should not attempt to decode audio and should mute.