Methods Summary |
---|
protected void | finalize() throw new RuntimeException("Stub!");
|
public int | getAudioFormat() throw new RuntimeException("Stub!");
|
public int | getAudioSessionId() throw new RuntimeException("Stub!");
|
public int | getAudioSource() throw new RuntimeException("Stub!");
|
public int | getChannelConfiguration() throw new RuntimeException("Stub!");
|
public int | getChannelCount() throw new RuntimeException("Stub!");
|
public static int | getMinBufferSize(int sampleRateInHz, int channelConfig, int audioFormat) throw new RuntimeException("Stub!");
|
public int | getNotificationMarkerPosition() throw new RuntimeException("Stub!");
|
public int | getPositionNotificationPeriod() throw new RuntimeException("Stub!");
|
public int | getRecordingState() throw new RuntimeException("Stub!");
|
public int | getSampleRate() throw new RuntimeException("Stub!");
|
public int | getState() throw new RuntimeException("Stub!");
|
public int | read(byte[] audioData, int offsetInBytes, int sizeInBytes) throw new RuntimeException("Stub!");
|
public int | read(short[] audioData, int offsetInShorts, int sizeInShorts) throw new RuntimeException("Stub!");
|
public int | read(java.nio.ByteBuffer audioBuffer, int sizeInBytes) throw new RuntimeException("Stub!");
|
public void | release() throw new RuntimeException("Stub!");
|
public int | setNotificationMarkerPosition(int markerInFrames) throw new RuntimeException("Stub!");
|
public int | setPositionNotificationPeriod(int periodInFrames) throw new RuntimeException("Stub!");
|
public void | setRecordPositionUpdateListener(android.media.AudioRecord$OnRecordPositionUpdateListener listener) throw new RuntimeException("Stub!");
|
public void | setRecordPositionUpdateListener(android.media.AudioRecord$OnRecordPositionUpdateListener listener, android.os.Handler handler) throw new RuntimeException("Stub!");
|
public void | startRecording() throw new RuntimeException("Stub!");
|
public void | startRecording(android.media.MediaSyncEvent syncEvent) throw new RuntimeException("Stub!");
|
public void | stop() throw new RuntimeException("Stub!");
|