| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
getID3() by James Heinrich info@getid3.org // More...
 Collaboration diagram for getid3_write_real:
 Collaboration diagram for getid3_write_real:| Public Member Functions | |
| getid3_write_real () | |
| WriteReal () | |
| GenerateRMFchunk (&$chunks) | |
| GeneratePROPchunk (&$chunks, &$new_CONT_tag_data) | |
| GenerateCONTchunk () | |
| RemoveReal () | |
| Data Fields | |
| $filename | |
| $tag_data = array() | |
| $warnings = array() | |
| $errors = array() | |
| $paddedlength = 512 | |
getID3() by James Heinrich info@getid3.org //
Definition at line 16 of file write.real.php.
| getid3_write_real::GenerateCONTchunk | ( | ) | 
Definition at line 193 of file write.real.php.
References getid3_lib\BigEndian2String().
Referenced by WriteReal().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_real::GeneratePROPchunk | ( | & | $chunks, | 
| & | $new_CONT_tag_data | ||
| ) | 
Definition at line 156 of file write.real.php.
References getid3_lib\BigEndian2String().
Referenced by WriteReal().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_real::GenerateRMFchunk | ( | & | $chunks | ) | 
Definition at line 138 of file write.real.php.
References getid3_lib\BigEndian2String().
Referenced by WriteReal().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_real::getid3_write_real | ( | ) | 
Definition at line 24 of file write.real.php.
| getid3_write_real::RemoveReal | ( | ) | 
Definition at line 222 of file write.real.php.
References getID3\analyze(), and GETID3_FREAD_BUFFER_SIZE.
 Here is the call graph for this function:
 Here is the call graph for this function:| getid3_write_real::WriteReal | ( | ) | 
Definition at line 28 of file write.real.php.
References getID3\analyze(), GenerateCONTchunk(), GeneratePROPchunk(), GenerateRMFchunk(), and GETID3_FREAD_BUFFER_SIZE.
 Here is the call graph for this function:
 Here is the call graph for this function:| getid3_write_real::$errors = array() | 
Definition at line 21 of file write.real.php.
| getid3_write_real::$filename | 
Definition at line 18 of file write.real.php.
| getid3_write_real::$paddedlength = 512 | 
Definition at line 22 of file write.real.php.
| getid3_write_real::$tag_data = array() | 
Definition at line 19 of file write.real.php.
| getid3_write_real::$warnings = array() | 
Definition at line 20 of file write.real.php.