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

/frameworks/base/media/java/android/media/videoeditor/
H A DAudioTrack.java338 * 'setExtractBoundaries'.
361 public void setExtractBoundaries(long beginMs, long endMs) { method in class:AudioTrack
H A DMediaVideoItem.java212 public void setExtractBoundaries(long beginMs, long endMs) { method in class:MediaVideoItem
214 throw new IllegalArgumentException("setExtractBoundaries: Invalid start time");
218 throw new IllegalArgumentException("setExtractBoundaries: Invalid end time");
222 throw new IllegalArgumentException("setExtractBoundaries: Start time is greater than end time");
226 throw new IllegalArgumentException("setExtractBoundaries: Start time or end time is negative");

Completed in 45 milliseconds