JNI Audio: remove dead members.
BUG=2735 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6049004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5312 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e4c927208b
commit
179908c81c
@ -133,7 +133,6 @@ class AudioRecordJni {
|
||||
static jclass globalScClass;
|
||||
|
||||
JavaVM* _javaVM; // denotes a Java VM
|
||||
JNIEnv* _jniEnvPlay; // The JNI env for playout thread
|
||||
JNIEnv* _jniEnvRec; // The JNI env for recording thread
|
||||
jclass _javaScClass; // AudioDeviceAndroid class
|
||||
jobject _javaScObj; // AudioDeviceAndroid object
|
||||
|
@ -135,7 +135,6 @@ class AudioTrackJni : public PlayoutDelayProvider {
|
||||
|
||||
JavaVM* _javaVM; // denotes a Java VM
|
||||
JNIEnv* _jniEnvPlay; // The JNI env for playout thread
|
||||
JNIEnv* _jniEnvRec; // The JNI env for recording thread
|
||||
jclass _javaScClass; // AudioDeviceAndroid class
|
||||
jobject _javaScObj; // AudioDeviceAndroid object
|
||||
jobject _javaPlayBuffer;
|
||||
|
Loading…
Reference in New Issue
Block a user