AudioTrack.BufferSizeInFrames Property

Definition

Returns the effective size of the <code>AudioTrack</code> buffer that the application writes to.

public virtual int BufferSizeInFrames { [Android.Runtime.Register("getBufferSizeInFrames", "()I", "GetGetBufferSizeInFramesHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getBufferSizeInFrames", "()I", "GetGetBufferSizeInFramesHandler", ApiSince=23)>]
member this.BufferSizeInFrames : int

Property Value

Int32

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

Attributes

Remarks

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

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