Android.Media.AudioTrack.SetNotificationMarkerPosition Method
Sets the position of the notification marker.

Syntax

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

Parameters

markerInFrames
marker position in wrapping frame units similar to AudioTrack.PlaybackHeadPosition, or zero to disable the marker. To set a marker at a position which would appear as zero due to wraparound, a workaround is to use a non-zero position near zero, such as -1 or 1.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the position of the notification marker. At most one marker can be active.

[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