Searched refs:startInFrames (Results 1 – 1 of 1) sorted by relevance
1685 public int setLoopPoints(int startInFrames, int endInFrames, int loopCount) { in setLoopPoints() argument1692 } else if (!(0 <= startInFrames && startInFrames < mNativeBufferSizeInFrames && in setLoopPoints()1693 startInFrames < endInFrames && endInFrames <= mNativeBufferSizeInFrames)) { in setLoopPoints()1696 return native_set_loop(startInFrames, endInFrames, loopCount); in setLoopPoints()