Searched defs:frameRate (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFormat.java157 protected float frameRate; field in class:AudioFormat
179 * @param frameRate the number of frames per second
185 int channels, int frameSize, float frameRate, boolean bigEndian) {
192 this.frameRate = frameRate;
209 * @param frameRate the number of frames per second
220 int frameSize, float frameRate,
223 frameSize, frameRate, bigEndian);
369 return frameRate;
184 AudioFormat(Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian) argument
218 AudioFormat(Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map<String, Object> properties) argument

Completed in 27 milliseconds