Merge "Fix typo nbChannels -> channelMask"
This commit is contained in:
@@ -800,7 +800,7 @@ public class AudioRecord
|
||||
//--------------------
|
||||
|
||||
private native final int native_setup(Object audiorecord_this,
|
||||
int recordSource, int sampleRate, int nbChannels, int audioFormat,
|
||||
int recordSource, int sampleRate, int channelMask, int audioFormat,
|
||||
int buffSizeInBytes, int[] sessionId);
|
||||
|
||||
private native final void native_finalize();
|
||||
|
||||
@@ -1319,7 +1319,7 @@ public class AudioTrack
|
||||
//--------------------
|
||||
|
||||
private native final int native_setup(Object audiotrack_this,
|
||||
int streamType, int sampleRate, int nbChannels, int audioFormat,
|
||||
int streamType, int sampleRate, int channelMask, int audioFormat,
|
||||
int buffSizeInBytes, int mode, int[] sessionId);
|
||||
|
||||
private native final void native_finalize();
|
||||
|
||||
Reference in New Issue
Block a user