[ class tree: core ] [ index: core ] [ all elements ]

Class: getID3

Source Location: /zp-extensions/class-video/getid3/getid3.php

Class getID3

Property Summary
mixed   $encoding  
mixed   $encoding_id3v1  
mixed   $filename  
mixed   $fp  
mixed   $info  
mixed   $memory_limit  
mixed   $option_extra_info  
mixed   $option_fread_buffer_size  
mixed   $option_max_2gb_check  
mixed   $option_md5_data  
mixed   $option_md5_data_source  
mixed   $option_save_attachments  
mixed   $option_sha1_data  
mixed   $option_tags_html  
mixed   $option_tags_process  
mixed   $option_tag_apetag  
mixed   $option_tag_id3v1  
mixed   $option_tag_id3v2  
mixed   $option_tag_lyrics3  
mixed   $startup_error  
mixed   $startup_warning  
mixed   $tempdir  

[ Top ]
Method Summary
void   analyze()  
getID3   __construct()  
void   CalculateCompressionRatioAudio()  
void   CalculateCompressionRatioVideo()  
void   CalculateReplayGain()  
void   ChannelsBitratePlaytimeCalculations()  
void   CharConvert()  
void   error()  
void   fread_buffer_size()  
void   GetFileFormat()  
void   GetFileFormatArray()  
void   getHashdata()  
void   getid3_tempnam()  
void   HandleAllTags()  
void   include_module()  
void   openfile()  
void   ProcessAudioStreams()  
void   setOption()  
void   version()  
void   warning()  

[ Top ]
Properties
mixed   $encoding = 'UTF-8' [line 70]
API Tags:
Access:  public


[ Top ]
mixed   $encoding_id3v1 = 'ISO-8859-1' [line 71]
API Tags:
Access:  public


[ Top ]
mixed   $filename [line 97]
API Tags:
Access:  public


[ Top ]
mixed   $fp [line 98]
API Tags:
Access:  public


[ Top ]
mixed   $info [line 99]
API Tags:
Access:  public


[ Top ]
mixed   $memory_limit = 0 [line 105]
API Tags:
Access:  protected


[ Top ]
mixed   $option_extra_info = true [line 82]
API Tags:
Access:  public


[ Top ]
mixed   $option_fread_buffer_size = 32768 [line 94]
API Tags:
Access:  public


[ Top ]
mixed   $option_max_2gb_check = null [line 91]
API Tags:
Access:  public


[ Top ]
mixed   $option_md5_data = false [line 88]
API Tags:
Access:  public


[ Top ]
mixed   $option_md5_data_source = false [line 89]
API Tags:
Access:  public


[ Top ]
mixed   $option_save_attachments = true [line 85]
API Tags:
Access:  public


[ Top ]
mixed   $option_sha1_data = false [line 90]
API Tags:
Access:  public


[ Top ]
mixed   $option_tags_html = true [line 79]
API Tags:
Access:  public


[ Top ]
mixed   $option_tags_process = true [line 78]
API Tags:
Access:  public


[ Top ]
mixed   $option_tag_apetag = true [line 77]
API Tags:
Access:  public


[ Top ]
mixed   $option_tag_id3v1 = true [line 74]
API Tags:
Access:  public


[ Top ]
mixed   $option_tag_id3v2 = true [line 75]
API Tags:
Access:  public


[ Top ]
mixed   $option_tag_lyrics3 = true [line 76]
API Tags:
Access:  public


[ Top ]
mixed   $startup_error = '' [line 103]
API Tags:
Access:  protected


[ Top ]
mixed   $startup_warning = '' [line 104]
API Tags:
Access:  protected


[ Top ]
mixed   $tempdir = GETID3_TEMP_DIR [line 100]
API Tags:
Access:  public


[ Top ]
Methods
analyze  [line 338]

  void analyze( $filename  )

Parameters:
   $filename: 

API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 114]

  getID3 __construct( )


API Tags:
Access:  public


[ Top ]
CalculateCompressionRatioAudio  [line 1519]

  void CalculateCompressionRatioAudio( )


API Tags:
Access:  public


[ Top ]
CalculateCompressionRatioVideo  [line 1471]

  void CalculateCompressionRatioVideo( )


API Tags:
Access:  public


[ Top ]
CalculateReplayGain  [line 1536]

  void CalculateReplayGain( )


API Tags:
Access:  public


[ Top ]
ChannelsBitratePlaytimeCalculations  [line 1406]

  void ChannelsBitratePlaytimeCalculations( )


API Tags:
Access:  public


[ Top ]
CharConvert  [line 1131]

  void CharConvert( &$array, $encoding  )

Parameters:
   &$array: 
   $encoding: 

API Tags:
Access:  public


[ Top ]
error  [line 489]

  void error( $message  )

Parameters:
   $message: 

API Tags:
Access:  public


[ Top ]
fread_buffer_size  [line 221]

  void fread_buffer_size( )


API Tags:
Access:  public


[ Top ]
GetFileFormat  [line 1092]

  void GetFileFormat( &$filedata, [ $filename = '']  )

Parameters:
   &$filedata: 
   $filename: 

API Tags:
Access:  public


[ Top ]
GetFileFormatArray  [line 555]

  void GetFileFormatArray( )


API Tags:
Access:  public


[ Top ]
getHashdata  [line 1282]

  void getHashdata( $algorithm  )

Parameters:
   $algorithm: 

API Tags:
Access:  public


[ Top ]
getid3_tempnam  [line 1571]

  void getid3_tempnam( )


API Tags:
Access:  public


[ Top ]
HandleAllTags  [line 1154]

  void HandleAllTags( )


API Tags:
Access:  public


[ Top ]
include_module  [line 1575]

  void include_module( $name  )

Parameters:
   $name: 

API Tags:
Access:  public


[ Top ]
openfile  [line 241]

  void openfile( $filename  )

Parameters:
   $filename: 

API Tags:
Access:  public


[ Top ]
ProcessAudioStreams  [line 1558]

  void ProcessAudioStreams( )


API Tags:
Access:  public


[ Top ]
setOption  [line 227]

  void setOption( $optArray  )

Parameters:
   $optArray: 

API Tags:
Access:  public


[ Top ]
version  [line 217]

  void version( )


API Tags:
Access:  public


[ Top ]
warning  [line 500]

  void warning( $message  )

Parameters:
   $message: 

API Tags:
Access:  public


[ Top ]
Constants
ATTACHMENTS_INLINE = true [line 111]

[ Top ]
ATTACHMENTS_NONE = false [line 110]

[ Top ]
FREAD_BUFFER_SIZE = 32768 [line 108]

[ Top ]
VERSION = '1.10.0' [line 107]

[ Top ]

Documentation generated on Sat, 07 Jun 2014 18:03:33 +0200 by phpDocumentor 1.4.3