Syntax Syntax
Parameters Parameters
- $index
-
(Required)
Return Return
(string)
Source Source
File: wp-includes/ID3/module.tag.id3v2.php
);
return (isset($COMRReceivedAsLookup[$index]) ? $COMRReceivedAsLookup[$index] : '');
}
/**
* @param int $index
*
* @return string
*/
public static function RVA2ChannelTypeLookup($index) {
static $RVA2ChannelTypeLookup = array(
0x00 => 'Other',
0x01 => 'Master volume',
0x02 => 'Front right',