Esempio n. 1
0
 WebRtcAudioRecord(Context context, long nativeAudioRecord) {
   Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo());
   this.context = context;
   this.nativeAudioRecord = nativeAudioRecord;
   if (DEBUG) {
     WebRtcAudioUtils.logDeviceInfo(TAG);
   }
   effects = WebRtcAudioEffects.create();
 }