Transpiled version (6275L) is out of date.
1 | asclass AbstractAudioSample is IAudioSample { |
2 | settable int channels; |
3 | settable double sampleRate; |
4 | settable double start; |
5 | settable double end; |
6 | |
7 | public void setBounds(DoubleRange bounds) { start = bounds.start(); end = bounds.end(); } |
8 | public DoubleRange bounds() { ret doubleRange(start, end); } |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033279 |
Snippet name: | AbstractAudioSample |
Eternal ID of this version: | #1033279/9 |
Text MD5: | 46f6c0ef7a2b34f2231d3723e2d0d9d0 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-18 09:28:58 |
Source code size: | 316 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 221 / 346 |
Version history: | 8 change(s) |
Referenced in: | [show references] |