| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | trait HandlesConcatenation |
||
| 8 | { |
||
| 9 | protected bool $concatWithTranscoding = false; |
||
| 10 | protected bool $concatWithVideo = false; |
||
| 11 | protected bool $concatWithAudio = false; |
||
| 12 | |||
| 13 | public function concatWithTranscoding($hasVideo = true, $hasAudio = true): self |
||
| 20 | } |
||
| 21 | |||
| 22 | private function addConcatFilterAndMapping(Media $outputMedia) |
||
| 38 |