Transpiled version (6275L) is out of date.
asclass AbstractAudioSample is IAudioSample { settable int channels; settable double sampleRate; settable double start; settable double end; public void setBounds(DoubleRange bounds) { start = bounds.start(); end = bounds.end(); } public DoubleRange bounds() { ret doubleRange(start, end); } }
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: | 450 / 625 |
| Version history: | 8 change(s) |
| Referenced in: | #1033285 - IAddPlateau #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |