Documentation

IMP_Mime_Viewer_Video extends Horde_Mime_Viewer_Default
in package

Renderer to output information on: 1. The duration of the video data, if that information was provided in the original message.

  1. Output thumbnails of the video file.
Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2011-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Properties

$_capability  : array<string|int, mixed>
This driver's display capabilities.

Methods

_render()  : array<string|int, mixed>
Return the full rendered version of the Horde_Mime_Part object.
_renderInfo()  : array<string|int, mixed>
Return the rendered information about the Horde_Mime_Part object.
_thumbnail()  : array<string|int, mixed>
Generate thumbnail for the video.
_thumbnailBinary()  : mixed
Get the ffmpeg binary.

Properties

$_capability

This driver's display capabilities.

protected array<string|int, mixed> $_capability = array('full' => \false, 'info' => \true, 'inline' => \true, 'raw' => \false)

Methods

_render()

Return the full rendered version of the Horde_Mime_Part object.

protected _render() : array<string|int, mixed>

URL parameters used by this function:

  • imp_video_view: (string) One of the following:
    • view_thumbnail: Create thumbnail and display.
Return values
array<string|int, mixed>

See parent::render().

_renderInfo()

Return the rendered information about the Horde_Mime_Part object.

protected _renderInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>

See parent::render().

_thumbnail()

Generate thumbnail for the video.

protected _thumbnail() : array<string|int, mixed>
Return values
array<string|int, mixed>

See parent::render().

_thumbnailBinary()

Get the ffmpeg binary.

protected _thumbnailBinary() : mixed
Return values
mixed

The binary location, or false if not available.


        
On this page

Search results