Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1410 …$MP3fileInfo['channelmode'] = MPEGaudioChannelModeLookup($MP3fileInfo['raw']['channelmode…
1482 …$MPEGaudioChannelModeLookup = array('stereo'=>'00', 'joint stereo'=>'01', 'dual channel'=>'10', 'm… variable
1483 $headerbitstream .= $MPEGaudioChannelModeLookup[$_POST['channelmode']]; // I - Channel Mode
1540 function MPEGaudioChannelModeLookup($rawchannelmode) { function
1541 $MPEGaudioChannelModeLookup = array('stereo', 'joint stereo', 'dual channel', 'mono');
1542 …return (isset($MPEGaudioChannelModeLookup["$rawchannelmode"]) ? $MPEGaudioChannelModeLookup["$rawc…
1665 static $MPEGaudioChannelModeLookup;
1673 $MPEGaudioChannelModeLookup = MPEGaudioChannelModeArray();
2655 static $MPEGaudioChannelModeLookup;
2663 $MPEGaudioChannelModeLookup = MPEGaudioChannelModeArray();
[all …]
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php407 static $MPEGaudioChannelModeLookup;
415 $MPEGaudioChannelModeLookup = getid3_mp3::MPEGaudioChannelModeArray();
471 …$thisfile_mpeg_audio['channelmode'] = $MPEGaudioChannelModeLookup[$thisfile_mpeg_audio['raw']['c…
1192 $MPEGaudioChannelModeLookup = getid3_mp3::MPEGaudioChannelModeArray();
1619 static $MPEGaudioChannelModeLookup;
1627 $MPEGaudioChannelModeLookup = getid3_mp3::MPEGaudioChannelModeArray();
1660 if (!isset($MPEGaudioChannelModeLookup[$rawarray['channelmode']])) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php440 static $MPEGaudioChannelModeLookup;
448 $MPEGaudioChannelModeLookup = self::MPEGaudioChannelModeArray();
499 …$thisfile_mpeg_audio['channelmode'] = $MPEGaudioChannelModeLookup[$thisfile_mpeg_audio['raw']['c…
1268 $MPEGaudioChannelModeLookup = self::MPEGaudioChannelModeArray();
1802 static $MPEGaudioChannelModeLookup;
1810 $MPEGaudioChannelModeLookup = self::MPEGaudioChannelModeArray();
1843 if (!isset($MPEGaudioChannelModeLookup[$rawarray['channelmode']])) {