AudioTrack.UnderrunCount Property

Definition

Returns the number of underrun occurrences in the application-level write buffer since the AudioTrack was created.

public virtual int UnderrunCount { [Android.Runtime.Register("getUnderrunCount", "()I", "GetGetUnderrunCountHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getUnderrunCount", "()I", "GetGetUnderrunCountHandler", ApiSince=24)>]
member this.UnderrunCount : int

Property Value

Int32
Attributes

Remarks

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

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