Home | History | Annotate | Download | only in media

Lines Matching full:callback

43  * In addition to the polling capture mode, a callback mode is also available by installing a
44 * callback function by use of the setCaptureCallBack() method. The rate at which the callback
59 CAPTURE_WAVEFORM = 0x00000001, // capture callback returns a PCM wave form
60 CAPTURE_FFT = 0x00000002, // apture callback returns a frequency representation
61 CAPTURE_CALL_JAVA = 0x00000004 // the callback thread can call java
84 // callback used to return periodic PCM or FFT captures to the application. Either one or both
86 // callback. When a type of data is not present, the corresponding size (waveformSize or
95 // install a callback to receive periodic captures. The capture rate is specified in milliHertz
105 // returns the capture rate indicated when installing the callback
136 /* internal class to handle the callback */