(self)
| 151 | return encoding_name |
| 152 | |
| 153 | def shift(self): |
| 154 | self.input_file.shift(milliseconds=self.arguments.time_offset) |
| 155 | self.input_file.write_into(self.output_file) |
| 156 | |
| 157 | def rate(self): |
| 158 | ratio = self.arguments.final / self.arguments.initial |
no test coverage detected