add phpdoc & test png files
This commit is contained in:
parent
ae92dd5887
commit
9fe417745e
2 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
|
|||
$this->destinationFolder = $destinationFolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $frameFileType
|
||||
*/
|
||||
public function setFrameFileType($frameFileType) {
|
||||
$this->frameFileType = $frameFileType;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue