Exemplo n.º 1
0
 /**
  * Set the preferred target (input) mixer to use. Note, the system may ignore this preference if
  * the line does not support a suitable format
  *
  * @param mInfo Description of mixer
  */
 public void setPreferredTargetMixer(String mInfo) {
   audioRecorder.setPreferredMixer(mInfo);
 }