Home
last modified time | relevance | path

Searched refs:getid3 (Results 51 – 75 of 77) sorted by relevance

1234

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.au.php27 $info = &$this->getid3->info;
H A Dmodule.audio-video.asf.php24 * @param getID3 $getid3
26 public function __construct(getID3 $getid3) { argument
27 parent::__construct($getid3); // extends getid3_handler::__construct()
42 $info = &$this->getid3->info;
836 $this->getid3->include_module('tag.id3v2');
838 $getid3_id3v2 = new getid3_id3v2($this->getid3);
2053 if (!isset($this->getid3->info['asf']['comments']['picture'])) {
2054 $this->getid3->info['asf']['comments']['picture'] = array();
2056 …$this->getid3->info['asf']['comments']['picture'][] = array('data'=>$WMpicture['data'], 'image_mim…
H A Dmodule.audio.mp3.php42 $info = &$this->getid3->info;
183 $info = &$this->getid3->info;
1129 $info = &$this->getid3->info;
1181 $info = &$this->getid3->info;
1282 $info = &$this->getid3->info;
1416 $info = &$this->getid3->info;
1437 if ((($avdataoffset + $SynchSeekOffset) < $info['avdataend']) && !feof($this->getid3->fp)) {
1453 } elseif (feof($this->getid3->fp)) {
H A Dmodule.audio.avr.php27 $info = &$this->getid3->info;
H A Dmodule.graphic.pcd.php28 $info = &$this->getid3->info;
H A Dmodule.audio.shorten.php26 $info = &$this->getid3->info;
H A Dmodule.audio-video.real.php28 $info = &$this->getid3->info;
79 if ($ChunkSize > ($this->getid3->fread_buffer_size() + 8)) {
81 $ChunkData .= $this->fread($this->getid3->fread_buffer_size() - 8);
H A Dmodule.audio-video.swf.php29 $info = &$this->getid3->info;
H A Dmodule.audio.vqf.php27 $info = &$this->getid3->info;
H A Dmodule.audio-video.matroska.php250 $info = &$this->getid3->info;
368 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
498 …if (isset($info['matroska']['attachments']) && $this->getid3->option_save_attachments !== getID3::…
1286 $read_bytes = max($min_data, $this->getid3->fread_buffer_size());
1424 …$this->getid3->info['matroska']['comments'][strtolower($SimpleTagData['TagName'])][] = $SimpleTagD…
H A Dmodule.graphic.png.php36 $info = &$this->getid3->info;
47 $PNGfiledata = $this->fread($this->getid3->fread_buffer_size());
69 $PNGfiledata .= $this->fread($this->getid3->fread_buffer_size());
H A Dmodule.audio-video.quicktime.php34 $info = &$this->getid3->info;
44 …info['php_memory_limit'] ? round($info['php_memory_limit'] / 4) : $this->getid3->option_fread_buff…
233 $info = &$this->getid3->info;
779 …ndling of "stsd" with Parrot metadata in this version of getID3() ['.$this->getid3->version().']');
976 …$max_stts_entries_to_scan = ($info['php_memory_limit'] ? min(floor($this->getid3->memory_limit / 1…
978 …es_to_scan.' entries due to limited PHP memory available ('.floor($this->getid3->memory_limit / 10…
1484 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
2898 $info = &$this->getid3->info;
H A Dmodule.graphic.jpg.php27 $info = &$this->getid3->info;
H A Dmodule.tag.id3v2.php30 $info = &$this->getid3->info;
523 …if (($this->getid3->info['id3v2']['majorversion'] == 3) && !preg_match('#[\x00]#', $genrestring)) {
572 $info = &$this->getid3->info;
1440 if ($this->getid3->option_save_attachments === false) {
1446 if ($this->getid3->option_save_attachments === true) {
1457 } elseif (is_string($this->getid3->option_save_attachments)) {
1458 …$dir = rtrim(str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $this->getid3->option_save_attachm…
1467 if (is_string($this->getid3->option_save_attachments)) {
H A Dmodule.audio.dts.php49 $info = &$this->getid3->info;
H A Dmodule.graphic.tiff.php27 $info = &$this->getid3->info;
H A Dmodule.archive.gzip.php41 $info = &$this->getid3->info;
H A Dmodule.misc.cue.php47 $info = &$this->getid3->info;
H A Dmodule.audio.monkey.php27 $info = &$this->getid3->info;
H A Dmodule.audio.tak.php25 $info = &$this->getid3->info;
H A Dmodule.audio.ac3.php39 $info = &$this->getid3->info;
203 …rsing is incomplete and experimental in this version of getID3 ('.$this->getid3->version().'). Not…
H A Dmodule.tag.apetag.php39 $info = &$this->getid3->info;
H A Dmodule.audio-video.flv.php97 $info = &$this->getid3->info;
H A Dmodule.graphic.bmp.php30 $info = &$this->getid3->info;
/plugin/jplayer/
H A Dcomposer.lock69 "name": "james-heinrich/getid3",
113 "getid3/"
123 "homepage": "https://www.getid3.org/",

1234