AudioTrack.NativeFrameCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.