public static interface AudioSystem.AudioRecordingCallback
AudioManager.AudioRecordingCallback
Modifier and Type | Method and Description |
---|---|
void |
onRecordingConfigurationChanged(int event,
int session,
int source,
int[] recordingFormat)
Callback for recording activity notifications events
|
void onRecordingConfigurationChanged(int event, int session, int source, int[] recordingFormat)
event
- session
- source
- recordingFormat
- an array of ints containing respectively the client and device
recording configurations (2*3 ints), followed by the patch handle:
index 0: client format
1: client channel mask
2: client sample rate
3: device format
4: device channel mask
5: device sample rate
6: patch handle