AudioTrack.NotificationMarkerPosition Property

Definition

Returns marker position expressed in frames.

public virtual int NotificationMarkerPosition { [Android.Runtime.Register("getNotificationMarkerPosition", "()I", "GetGetNotificationMarkerPositionHandler")] get; }
[<get: Android.Runtime.Register("getNotificationMarkerPosition", "()I", "GetGetNotificationMarkerPositionHandler")>]
member this.NotificationMarkerPosition : int

Property Value

marker position in wrapping frame units similar to #getPlaybackHeadPosition, or zero if marker is disabled.

Attributes

Remarks

Returns marker position expressed in frames.

Java documentation for android.media.AudioTrack.getNotificationMarkerPosition().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to