AudioTrack.NativeFrameCount Property

Definition

Caution

deprecated

Returns the frame count of the native <code>AudioTrack</code> buffer.

[System.Obsolete("deprecated")]
protected virtual int NativeFrameCount { [Android.Runtime.Register("getNativeFrameCount", "()I", "GetGetNativeFrameCountHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getNativeFrameCount", "()I", "GetGetNativeFrameCountHandler")>]
member this.NativeFrameCount : int

Property Value

Int32

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

Attributes

Exceptions

Remarks

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

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