Conditions | 1 |
Paths | 1 |
Total Lines | 25 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
28 | 7 | public function getMembersFields(): array |
|
29 | { |
||
30 | return [ |
||
31 | 7 | 'overall_bit_rate_mode', |
|
32 | 'overall_bit_rate', |
||
33 | 'bit_rate_mode', |
||
34 | 'compression_mode', |
||
35 | 'codec', |
||
36 | 'format', |
||
37 | 'kind_of_stream', |
||
38 | 'writing_library', |
||
39 | 'id', |
||
40 | 'format_settings_sbr', |
||
41 | 'channel_positions', |
||
42 | 'default', |
||
43 | 'forced', |
||
44 | 'delay_origin', |
||
45 | 'scan_type', |
||
46 | 'interlacement', |
||
47 | 'scan_type', |
||
48 | 'frame_rate_mode', |
||
49 | 'format_settings_cabac', |
||
50 | 'unique_id', |
||
51 | ]; |
||
52 | } |
||
53 | } |
||
54 |