
| Public Member Functions | |
| virtual AudioStreamProxy | createAudio (ReturnCode::Type &returnCode)=0 | 
| virtual void | start (ReturnCode::Type &returnCode)=0 | 
| virtual void | stop (ReturnCode::Type &returnCode)=0 | 
| virtual AudioStreamProxy android.speech.recognition.AudioSource.createAudio | ( | ReturnCode::Type & | returnCode | ) |  [pure virtual] | 
Returns an object that contains audio samples.
| returnCode | the return code | 
| virtual void android.speech.recognition.AudioSource.start | ( | ReturnCode::Type & | returnCode | ) |  [pure virtual] | 
Starts collecting audio samples.
| returnCode | the return code | 
| virtual void android.speech.recognition.AudioSource.stop | ( | ReturnCode::Type & | returnCode | ) |  [pure virtual] | 
Stops collecting audio samples.
| returnCode | the return code | 
 1.5.3
 1.5.3