Skip to content

Commit

Permalink
Make AudioTrackBufferSizeProvider public.
Browse files Browse the repository at this point in the history
Was getting "java.lang.IllegalAccessError: Illegal class access" in debug app.

PiperOrigin-RevId: 465562541
  • Loading branch information
yschimke authored and marcbaechinger committed Oct 19, 2022
1 parent aafa31e commit c09b34a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -225,7 +225,7 @@ public long getSkippedOutputFrameCount() {
}

/** Provides the buffer size to use when creating an {@link AudioTrack}. */
interface AudioTrackBufferSizeProvider {
public interface AudioTrackBufferSizeProvider {
/** Default instance. */
AudioTrackBufferSizeProvider DEFAULT =
new DefaultAudioTrackBufferSizeProvider.Builder().build();
Expand Down

0 comments on commit c09b34a

Please sign in to comment.