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

Syntax

[Android.Runtime.Register("setNotificationMarkerPosition", "(I)I", "GetSetNotificationMarkerPosition_IHandler")]
[return:Android.Runtime.GeneratedEnum]
public virtual RecordStatus SetNotificationMarkerPosition (int markerInFrames)

Parameters

markerInFrames
marker position expressed in frames

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

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