Cheetah
|
Public Member Functions | |
setInput ($filename=null) | |
setOutput ($filename) | |
relocateMoovAtom ($filename, $outputFilename=null, $overwrite=false) | |
fix () | |
__destruct () | |
Static Public Member Functions | |
static | factory ($offset, $size, $type) |
static | getInstance () |
Definition at line 103 of file Moovrelocator.class.php.
Moovrelocator::__destruct | ( | ) |
gets called on garbage collecting (object destroyed)
destruct method - gets called when instance of this class get collected from garbage collector. close the open filehandel on destruction.
Definition at line 809 of file Moovrelocator.class.php.
|
static |
factory for creating atom object instances
factory for creating atom object instances
integer | $offset | The offset of the atom (in bytes) |
integer | $size | The size of the atom (in bytes) |
string | $type | The type of the atom |
Definition at line 720 of file Moovrelocator.class.php.
Moovrelocator::fix | ( | ) |
fix moov-atom location
fix moov-atom location
Definition at line 431 of file Moovrelocator.class.php.
|
static |
instance singleton requester
method for singleton instantiation of this class
Definition at line 769 of file Moovrelocator.class.php.
input, output and fix call - shortcut
input, output and fix call - shortcut
string | $filename | The input filename |
string | $outputFilename | The output filename |
boolean | $overwrite | The overwrite status |
Definition at line 389 of file Moovrelocator.class.php.
Moovrelocator::setInput | ( | $filename = null | ) |
sets the input file to process
this method sets the input file
string | $filename | The input file to fix |
Definition at line 210 of file Moovrelocator.class.php.
Moovrelocator::setOutput | ( | $filename | ) |
set output file
set output file
string | $filename | The filename ( + path) to put result (fixed data) in |
Definition at line 364 of file Moovrelocator.class.php.