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

/frameworks/base/media/java/android/media/
H A DAudioTrack.java1662 * @param endInFrames loop end marker expressed in frames.
1669 * If the loop period (endInFrames - startInFrames) is too small for the implementation to
1672 * The loop range is the interval [startInFrames, endInFrames).
1685 public int setLoopPoints(int startInFrames, int endInFrames, int loopCount) { argument
1693 startInFrames < endInFrames && endInFrames <= mNativeBufferSizeInFrames)) {
1696 return native_set_loop(startInFrames, endInFrames, loopCount);

Completed in 29 milliseconds