[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/ID3/ -> module.audio.mp3.php (summary)

(no description)

File Size: 2212 lines (107 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

getid3_mp3:: (25 methods):
  Analyze()
  GuessEncoderOptions()
  decodeMPEGaudioHeader()
  RecursiveFrameScanning()
  FreeFormatFrameLength()
  getOnlyMPEGaudioInfoBruteForce()
  getOnlyMPEGaudioInfo()
  MPEGaudioVersionArray()
  MPEGaudioLayerArray()
  MPEGaudioBitrateArray()
  MPEGaudioFrequencyArray()
  MPEGaudioChannelModeArray()
  MPEGaudioModeExtensionArray()
  MPEGaudioEmphasisArray()
  MPEGaudioHeaderBytesValid()
  MPEGaudioHeaderValid()
  MPEGaudioHeaderDecode()
  MPEGaudioFrameLength()
  ClosestStandardMP3Bitrate()
  XingVBRidOffset()
  LAMEvbrMethodLookup()
  LAMEmiscStereoModeLookup()
  LAMEmiscSourceSampleFrequencyLookup()
  LAMEsurroundInfoLookup()
  LAMEpresetUsedLookup()


Class: getid3_mp3  - X-Ref

Analyze()   X-Ref

return: bool

GuessEncoderOptions()   X-Ref

return: string

decodeMPEGaudioHeader($offset, &$info, $recursivesearch=true, $ScanAsCBR=false, $FastMPEGheaderScan=false)   X-Ref

param: int   $offset
param: array $info
param: bool  $recursivesearch
param: bool  $ScanAsCBR
param: bool  $FastMPEGheaderScan
return: bool

RecursiveFrameScanning(&$offset, &$nextframetestoffset, $ScanAsCBR)   X-Ref

param: int $offset
param: int $nextframetestoffset
param: bool $ScanAsCBR
return: bool

FreeFormatFrameLength($offset, $deepscan=false)   X-Ref

param: int  $offset
param: bool $deepscan
return: int|false

getOnlyMPEGaudioInfoBruteForce()   X-Ref

return: bool

getOnlyMPEGaudioInfo($avdataoffset, $BitrateHistogram=false)   X-Ref

param: int  $avdataoffset
param: bool $BitrateHistogram
return: bool

MPEGaudioVersionArray()   X-Ref

return: array

MPEGaudioLayerArray()   X-Ref

return: array

MPEGaudioBitrateArray()   X-Ref

return: array

MPEGaudioFrequencyArray()   X-Ref

return: array

MPEGaudioChannelModeArray()   X-Ref

return: array

MPEGaudioModeExtensionArray()   X-Ref

return: array

MPEGaudioEmphasisArray()   X-Ref

return: array

MPEGaudioHeaderBytesValid($head4, $allowBitrate15=false)   X-Ref

param: string $head4
param: bool   $allowBitrate15
return: bool

MPEGaudioHeaderValid($rawarray, $echoerrors=false, $allowBitrate15=false)   X-Ref

param: array $rawarray
param: bool  $echoerrors
param: bool  $allowBitrate15
return: bool

MPEGaudioHeaderDecode($Header4Bytes)   X-Ref

param: string $Header4Bytes
return: array|false

MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate)   X-Ref

param: int|string $bitrate
param: string     $version
param: string     $layer
param: bool       $padding
param: int        $samplerate
return: int|false

ClosestStandardMP3Bitrate($bit_rate)   X-Ref

param: float|int $bit_rate
return: int|float|string

XingVBRidOffset($version, $channelmode)   X-Ref

param: string $version
param: string $channelmode
return: int

LAMEvbrMethodLookup($VBRmethodID)   X-Ref

param: int $VBRmethodID
return: string

LAMEmiscStereoModeLookup($StereoModeID)   X-Ref

param: int $StereoModeID
return: string

LAMEmiscSourceSampleFrequencyLookup($SourceSampleFrequencyID)   X-Ref

param: int $SourceSampleFrequencyID
return: string

LAMEsurroundInfoLookup($SurroundInfoID)   X-Ref

param: int $SurroundInfoID
return: string

LAMEpresetUsedLookup($LAMEtag)   X-Ref

param: array $LAMEtag
return: string



Generated : Thu Mar 28 08:20:01 2024 Cross-referenced by PHPXref