Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.iso.php33 $ISOheader = $this->fread(2048);
34 if (substr($ISOheader, 1, 5) == 'CD001') {
35 switch (ord($ISOheader[0])) {
38 $this->ParsePrimaryVolumeDescriptor($ISOheader);
43 $this->ParseSupplementaryVolumeDescriptor($ISOheader);
64 * @param string $ISOheader
68 public function ParsePrimaryVolumeDescriptor(&$ISOheader) { argument
79 …iso_primaryVD_raw['standard_identifier'] = substr($ISOheader, 1, 5);
142 * @param string $ISOheader
146 public function ParseSupplementaryVolumeDescriptor(&$ISOheader) { argument
[all …]