PHP 인터페이스 Sulu\Bundle\MediaBundle\Media\Video\VideoThumbnailServiceInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
batchGenerate ( string $video, array $times, string $destinationPath ) : array | boolean Generates images from video frames at given times.
generate ( string $file, string $time, string $destination ) : boolean Generates an image from a video frame at given time.

메소드 상세

batchGenerate() 공개 메소드

Generates images from video frames at given times.
public batchGenerate ( string $video, array $times, string $destinationPath ) : array | boolean
$video string
$times array
$destinationPath string
리턴 array | boolean

generate() 공개 메소드

Generates an image from a video frame at given time.
public generate ( string $file, string $time, string $destination ) : boolean
$file string
$time string
$destination string
리턴 boolean