Scratch 3 runtime for J2ME devices.
0

Configure Feed

Select the types of activity you want to include in your feed.

S3ME / src / main / java / leap / s3me / scratch / Sound.java
210 B 10 lines
1package leap.s3me.scratch; 2 3public class Sound { 4 public String id; 5 public String name; 6 public String dataFormat; 7 public String fullName; 8 public int sampleRate; 9 public int sampleCount; 10}