Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | public function addFormatOutputMapping(FormatInterface $format, Media $output, array $outs, $forceDisableAudio = false, $forceDisableVideo = false) |
||
15 | { |
||
16 | $this->maps->push( |
||
17 | new AdvancedOutputMapping($outs, $format, $output, $forceDisableAudio, $forceDisableVideo) |
||
18 | ); |
||
19 | |||
20 | return $this; |
||
21 | } |
||
23 |