Home / APIs / getid3_mp3::LAMEmiscStereoModeLookup() –

You appear to be a bot. Output may be restricted

Description

Usage

getid3_mp3::LAMEmiscStereoModeLookup( $StereoModeID );

Parameters

$StereoModeID
( mixed ) required –

Returns

void

Source

File name: wordpress/wp-includes/ID3/module.audio.mp3.php
Lines: 1 to 13 of 13

  public static function LAMEmiscStereoModeLookup($StereoModeID) {
    static $LAMEmiscStereoModeLookup = array(
      0 => 'mono',
      1 => 'stereo',
      2 => 'dual mono',
      3 => 'joint stereo',
      4 => 'forced stereo',
      5 => 'auto',
      6 => 'intensity stereo',
      7 => 'other'
    );
    return (isset($LAMEmiscStereoModeLookup[$StereoModeID]) ? $LAMEmiscStereoModeLookup[$StereoModeID] : '');
  }
 

 View on GitHub View on Trac

Published: 12th March 2017 | Last updated: 12th March 2017

Information

Function name: getid3_mp3::LAMEmiscStereoModeLookup
Class ref: getid3_mp3
Plugin ref: WordPress
Version: 5.0.3
Sourcefile: wp-includes/ID3/module.audio.mp3.php
File ref: wp-includes/ID3/module.audio.mp3.php
Deprecated?: No
API Letters: G,L,M

  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Files
  • Hooks
  • Classes
  • Sites
  • Sitemap
  • Blog
WooCommerce a2z WooCommerce a2z
WooCommerce

Site:  woocommerce.wp-a2z.org
© Copyright WooCommerce a2z 2014-2019. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins