AudioTrack.BufferCapacityInFrames Property

Definition

Returns the maximum size of the <code>AudioTrack</code> buffer in frames.

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

Property Value

Int32

maximum size in frames of the <code>AudioTrack</code> buffer.

Attributes

Remarks

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

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