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

/frameworks/base/media/java/android/media/
H A DAudioRecord.java475 * <br>If the buffer size is not specified with {@link #setBufferSizeInBytes(int)},
557 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { method in class:AudioRecord.Builder
H A DAudioTrack.java616 * .setBufferSizeInBytes(minBuffSize)
627 * <br>If the buffer size is not specified with {@link #setBufferSizeInBytes(int)},
696 public @NonNull Builder setBufferSizeInBytes(int bufferSizeInBytes) method in class:AudioTrack.Builder

Completed in 31 milliseconds