Fix #43
This commit is contained in:
parent
890cbce1f9
commit
a39d8939db
1 changed files with 2 additions and 2 deletions
|
|
@ -150,10 +150,10 @@ class Video extends Audio
|
|||
/**
|
||||
* Gets the frame at timecode.
|
||||
*
|
||||
* @param Timecode $at
|
||||
* @param TimeCode $at
|
||||
* @return Frame
|
||||
*/
|
||||
public function frame(Timecode $at)
|
||||
public function frame(TimeCode $at)
|
||||
{
|
||||
return new Frame($this->pathfile, $this->driver, $this->ffprobe, $at);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue