Android.Media.AudioRecord.SetPositionNotificationPeriod Method
Sets the period at which the listener is called, if set with AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener) or AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener, Android.OS.Handler).

Syntax

[Android.Runtime.Register("setPositionNotificationPeriod", "(I)I", "GetSetPositionNotificationPeriod_IHandler")]
[return:Android.Runtime.GeneratedEnum]
public virtual RecordStatus SetPositionNotificationPeriod (int periodInFrames)

Parameters

periodInFrames
update period expressed in frames

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the period at which the listener is called, if set with AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener) or AudioRecord.SetRecordPositionUpdateListener(.IOnRecordPositionUpdateListener, Android.OS.Handler). It is possible for notifications to be lost if the period is too small.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3