AudioTrack.NativeFrameCount Property

Definition

Caution

deprecated

Returns the frame count of the native AudioTrack 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

current size in frames of the AudioTrack buffer.

Attributes

Exceptions

Remarks

Returns the frame count of the native AudioTrack buffer.

This member is deprecated. Use the identical public method #getBufferSizeInFrames() instead.

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