| Conditions | 1 |
| Paths | 1 |
| Total Lines | 19 |
| Code Lines | 16 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 16 |
| CRAP Score | 1 |
| Changes | 3 | ||
| Bugs | 1 | Features | 2 |
| 1 | <?php |
||
| 24 | 3 | public function getMembersFields() |
|
| 25 | { |
||
| 26 | return array( |
||
| 27 | 3 | 'maximum_bit_rate', |
|
| 28 | 3 | 'channel_s', |
|
| 29 | 3 | 'bit_rate', |
|
| 30 | 3 | 'sampling_rate', |
|
| 31 | 3 | 'bit_depth', |
|
| 32 | 3 | 'width', |
|
| 33 | 3 | 'nominal_bit_rate', |
|
| 34 | 3 | 'frame_rate', |
|
| 35 | 3 | 'display_aspect_ratio', |
|
| 36 | 3 | 'frame_rate', |
|
| 37 | 3 | 'format_settings_reframes', |
|
| 38 | 3 | 'height', |
|
| 39 | 3 | 'resolution', |
|
| 40 | 3 | 'original_display_aspect_ratio', |
|
| 41 | 3 | ); |
|
| 42 | } |
||
| 43 | } |
||
| 44 |