FFMpegFrame
in package
Serves as a compatibility adapter for old ffmpeg-php extension.
Table of Contents
- $adaptee : Frame
- __clone() : mixed
- __construct() : mixed
- __destruct() : mixed
- crop() : mixed
- getHeight() : mixed
- getPresentationTimestamp() : mixed
- getPTS() : mixed
- getWidth() : mixed
- resize() : mixed
- toGDImage() : mixed
Properties
$adaptee
protected
Frame
$adaptee
Methods
__clone()
public
__clone() : mixed
Return values
mixed —__construct()
public
__construct(mixed $gdImage[, mixed $pts = 0.0 ]) : mixed
Parameters
- $gdImage : mixed
- $pts : mixed = 0.0
Return values
mixed —__destruct()
public
__destruct() : mixed
Return values
mixed —crop()
public
crop(mixed $cropTop, mixed $cropBottom, mixed $cropLeft, mixed $cropRight) : mixed
Parameters
- $cropTop : mixed
- $cropBottom : mixed
- $cropLeft : mixed
- $cropRight : mixed
Return values
mixed —getHeight()
public
getHeight() : mixed
Return values
mixed —getPresentationTimestamp()
public
getPresentationTimestamp() : mixed
Return values
mixed —getPTS()
public
getPTS() : mixed
Return values
mixed —getWidth()
public
getWidth() : mixed
Return values
mixed —resize()
public
resize(mixed $width, mixed $height, mixed $cropTop, mixed $cropBottom, mixed $cropLeft, mixed $cropRight) : mixed
Parameters
- $width : mixed
- $height : mixed
- $cropTop : mixed
- $cropBottom : mixed
- $cropLeft : mixed
- $cropRight : mixed
Return values
mixed —toGDImage()
public
toGDImage() : mixed