public static interface AudioRecord.OnRecordPositionUpdateListener
AudioRecord.setNotificationMarkerPosition(int)
or for periodic updates on the progress of the record head, as set by
AudioRecord.setPositionNotificationPeriod(int)
.Modifier and Type | Method and Description |
---|---|
void |
onMarkerReached(AudioRecord recorder)
Called on the listener to notify it that the previously set marker has been reached
by the recording head.
|
void |
onPeriodicNotification(AudioRecord recorder)
Called on the listener to periodically notify it that the record head has reached
a multiple of the notification period.
|
void onMarkerReached(AudioRecord recorder)
void onPeriodicNotification(AudioRecord recorder)