Searched defs:resolution (Results 1 - 2 of 2) sorted by relevance
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
H A D | MidiFileFormat.java | 33 protected int resolution; field in class:MidiFileFormat 39 public MidiFileFormat(int type, float divisionType, int resolution, int bytes, argument 43 this.resolution = resolution; 49 public MidiFileFormat(int type, float divisionType, int resolution, int bytes, argument 53 this.resolution = resolution; 78 return resolution;
|
H A D | Sequence.java | 37 protected int resolution; field in class:Sequence 43 public Sequence(float divisionType, int resolution) throws InvalidMidiDataException { argument 53 this.resolution = resolution; 59 public Sequence(float divisionType, int resolution, int numTracks) argument 70 this.resolution = resolution; 105 (divisionType * this.resolution * 1.0f)); 121 return resolution;
|
Completed in 137 milliseconds