PHP Class IMP_Mime_Viewer_Video, horde

2. Output thumbnails of the video file.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Mime_Viewer_Default
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_capability array This driver's display capabilities.

Protected Methods

Method Description
_render ( ) : array Return the full rendered version of the Horde_Mime_Part object.
_renderInfo ( ) : array Return the rendered information about the Horde_Mime_Part object.
_thumbnail ( ) : array Generate thumbnail for the video.
_thumbnailBinary ( ) : mixed Get the ffmpeg binary.

Method Details

_render() protected method

URL parameters used by this function: - imp_video_view: (string) One of the following: - view_thumbnail: Create thumbnail and display.
protected _render ( ) : array
return array See parent::render().

_renderInfo() protected method

Return the rendered information about the Horde_Mime_Part object.
protected _renderInfo ( ) : array
return array See parent::render().

_thumbnail() protected method

Generate thumbnail for the video.
protected _thumbnail ( ) : array
return array See parent::render().

_thumbnailBinary() protected method

Get the ffmpeg binary.
protected _thumbnailBinary ( ) : mixed
return mixed The binary location, or false if not available.

Property Details

$_capability protected_oe property

This driver's display capabilities.
protected array $_capability
return array