Function __global->video_get_default_thumb_url
Definitions
sources/galleries2.php
- Create a video thumbnail.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$url | URLPATH | Blank (empty string) | N/A | N/A | URL to the video (blank: not known yet) |
$thumb_url | URLPATH | Blank (empty string) | N/A | N/A | URL to the thumbnail image (blank: not known yet, calculate here if possible) |
$filename | ?string | Null | N/A | N/A | Filename of video (null: not known yet, calculate here if possible) |
Return
- Thumbnail URL (blank: could not generate)
- Type: URLPATH
- Set: N/A
- Range: N/A