Home | History | Annotate | Download | only in media

Lines Matching refs:rate

59  * <p>The playback rate can also be changed. A playback rate of 1.0 causes
61 * to the hardware output frequency). A playback rate of 2.0 causes the
62 * sound to play at twice its original frequency, and a playback rate of
64 * rate range is 0.5 to 2.0.</p>
89 * adjusting the playback rate in real-time for doppler or synthesis
133 * @param srcQuality the sample-rate converter quality. Currently has no
269 * The playback rate allows the application to vary the playback
270 * rate (pitch) of the sound. A value of 1.0 means play back at
279 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0)
283 int priority, int loop, float rate);
382 * Change playback rate.
384 * The playback rate allows the application to vary the playback
385 * rate (pitch) of the sound. A value of 1.0 means playback at
391 * @param rate playback rate (1.0 = normal playback, range 0.5 to 2.0)
393 public native final void setRate(int streamID, float rate);