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