Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | /** |
||
24 | * @return string |
||
25 | */ |
||
26 | public function getVideoCodec(): string |
||
27 | { |
||
28 | return $this->videoCodec; |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param string $videoCodec |
||
33 | */ |
||
34 | public function setVideoCodec(string $videoCodec): void |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * Returns an array of extra parameters to add to ffmpeg commandline. |
||
41 | * |
||
42 | * @return array() |
||
43 | */ |
||
44 | public function getExtraParams() |
||
49 | ]; |
||
50 | } |
||
51 | } |