Loading api/current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -20764,9 +20764,11 @@ package android.media { method public static final int getAudioSourceMax(); method public int getMaxAmplitude() throws java.lang.IllegalStateException; method public android.view.Surface getSurface(); method public void pause() throws java.lang.IllegalStateException; method public void prepare() throws java.io.IOException, java.lang.IllegalStateException; method public void release(); method public void reset(); method public void resume() throws java.lang.IllegalStateException; method public void setAudioChannels(int); method public void setAudioEncoder(int) throws java.lang.IllegalStateException; method public void setAudioEncodingBitRate(int); api/system-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -22110,9 +22110,11 @@ package android.media { method public static final int getAudioSourceMax(); method public int getMaxAmplitude() throws java.lang.IllegalStateException; method public android.view.Surface getSurface(); method public void pause() throws java.lang.IllegalStateException; method public void prepare() throws java.io.IOException, java.lang.IllegalStateException; method public void release(); method public void reset(); method public void resume() throws java.lang.IllegalStateException; method public void setAudioChannels(int); method public void setAudioEncoder(int) throws java.lang.IllegalStateException; method public void setAudioEncodingBitRate(int); api/test-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -20772,9 +20772,11 @@ package android.media { method public static final int getAudioSourceMax(); method public int getMaxAmplitude() throws java.lang.IllegalStateException; method public android.view.Surface getSurface(); method public void pause() throws java.lang.IllegalStateException; method public void prepare() throws java.io.IOException, java.lang.IllegalStateException; method public void release(); method public void reset(); method public void resume() throws java.lang.IllegalStateException; method public void setAudioChannels(int); method public void setAudioEncoder(int) throws java.lang.IllegalStateException; method public void setAudioEncodingBitRate(int); media/java/android/media/MediaRecorder.java +0 −2 Original line number Diff line number Diff line Loading @@ -821,7 +821,6 @@ public class MediaRecorder * * @throws IllegalStateException if it is called before start() or after * stop() * {@hide} */ public native void pause() throws IllegalStateException; Loading @@ -832,7 +831,6 @@ public class MediaRecorder * @throws IllegalStateException if it is called before start() or after * stop() * @see android.media.MediaRecorder#pause * {@hide} */ public native void resume() throws IllegalStateException; Loading Loading
api/current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -20764,9 +20764,11 @@ package android.media { method public static final int getAudioSourceMax(); method public int getMaxAmplitude() throws java.lang.IllegalStateException; method public android.view.Surface getSurface(); method public void pause() throws java.lang.IllegalStateException; method public void prepare() throws java.io.IOException, java.lang.IllegalStateException; method public void release(); method public void reset(); method public void resume() throws java.lang.IllegalStateException; method public void setAudioChannels(int); method public void setAudioEncoder(int) throws java.lang.IllegalStateException; method public void setAudioEncodingBitRate(int);
api/system-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -22110,9 +22110,11 @@ package android.media { method public static final int getAudioSourceMax(); method public int getMaxAmplitude() throws java.lang.IllegalStateException; method public android.view.Surface getSurface(); method public void pause() throws java.lang.IllegalStateException; method public void prepare() throws java.io.IOException, java.lang.IllegalStateException; method public void release(); method public void reset(); method public void resume() throws java.lang.IllegalStateException; method public void setAudioChannels(int); method public void setAudioEncoder(int) throws java.lang.IllegalStateException; method public void setAudioEncodingBitRate(int);
api/test-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -20772,9 +20772,11 @@ package android.media { method public static final int getAudioSourceMax(); method public int getMaxAmplitude() throws java.lang.IllegalStateException; method public android.view.Surface getSurface(); method public void pause() throws java.lang.IllegalStateException; method public void prepare() throws java.io.IOException, java.lang.IllegalStateException; method public void release(); method public void reset(); method public void resume() throws java.lang.IllegalStateException; method public void setAudioChannels(int); method public void setAudioEncoder(int) throws java.lang.IllegalStateException; method public void setAudioEncodingBitRate(int);
media/java/android/media/MediaRecorder.java +0 −2 Original line number Diff line number Diff line Loading @@ -821,7 +821,6 @@ public class MediaRecorder * * @throws IllegalStateException if it is called before start() or after * stop() * {@hide} */ public native void pause() throws IllegalStateException; Loading @@ -832,7 +831,6 @@ public class MediaRecorder * @throws IllegalStateException if it is called before start() or after * stop() * @see android.media.MediaRecorder#pause * {@hide} */ public native void resume() throws IllegalStateException; Loading