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

/frameworks/base/media/java/android/media/
H A DSoundPool.java83 * a streamID of zero.</p>
102 * streamID is a reference to a particular instance of a stream. If the stream
105 * the streamID without error. This may help simplify program logic since
291 * returned by the load() function. Returns a non-zero streamID
292 * if successful, zero if it fails. The streamID can be used to
309 * @return non-zero streamID if successful, zero if failed
320 * Pause the stream specified by the streamID. This is the
326 * @param streamID a streamID returned by the play() function
328 public native final void pause(int streamID); argument
340 resume(int streamID) argument
371 stop(int streamID) argument
385 setVolume(int streamID, float leftVolume, float rightVolume) argument
436 setVolume(int streamID, float volume) argument
450 setPriority(int streamID, int priority) argument
463 setLoop(int streamID, int loop) argument
477 setRate(int streamID, float rate) argument
520 _setVolume(int streamID, float leftVolume, float rightVolume) argument
[all...]

Completed in 43 milliseconds