@return the parsed downsample interval in seconds @deprecated use #downsamplingSpecification() instead
()
| 291 | /** @return the parsed downsample interval in seconds |
| 292 | * @deprecated use {@link #downsamplingSpecification()} instead */ |
| 293 | public long downsampleInterval() { |
| 294 | return downsample_specifier.getInterval(); |
| 295 | } |
| 296 | |
| 297 | /** @return The downsampling specification for more options |
| 298 | * @since 2.3 */ |