AudioTrack.StartThresholdInFrames Property

Definition

Returns the streaming start threshold of the <code>AudioTrack</code>.

public virtual int StartThresholdInFrames { [Android.Runtime.Register("getStartThresholdInFrames", "()I", "GetGetStartThresholdInFramesHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getStartThresholdInFrames", "()I", "GetGetStartThresholdInFramesHandler", ApiSince=31)>]
member this.StartThresholdInFrames : int

Property Value

Int32

the current start threshold in frames value. This is an integer between 1 to the buffer capacity (see #getBufferCapacityInFrames()), and might change if the output sink changes after track creation.

Attributes

Remarks

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

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