Function __global->_get_mp4_details_do_atom_list
Definitions
sources/galleries2.php
- Get chunk-bytes-read,width,height,length of a atom list of a .mp4 video file.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$file | resource | required parameter | N/A | N/A | The file handle |
$atom_size | ?integer | Null | N/A | N/A | The length of the current atom list (null: covers full file) |
Return
- The quartet (possibly containing nulls for when we can't detect properties)
- Type: array
- Set: N/A
- Range: N/A