Merge "Remove unused audio source"
This commit is contained in:
committed by
Android (Google) Code Review
commit
246f4529bb
@@ -177,12 +177,6 @@ public class MediaRecorder
|
||||
* is applied.
|
||||
*/
|
||||
public static final int VOICE_COMMUNICATION = 7;
|
||||
|
||||
/**
|
||||
* @hide
|
||||
* Audio source for remote submix.
|
||||
*/
|
||||
public static final int REMOTE_SUBMIX_SOURCE = 8;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -298,10 +292,7 @@ public class MediaRecorder
|
||||
* @see android.media.MediaRecorder.AudioSource
|
||||
*/
|
||||
public static final int getAudioSourceMax() {
|
||||
// FIXME disable selection of the remote submxi source selection once test code
|
||||
// doesn't rely on it
|
||||
return AudioSource.REMOTE_SUBMIX_SOURCE;
|
||||
//return AudioSource.VOICE_COMMUNICATION;
|
||||
return AudioSource.VOICE_COMMUNICATION;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user