Android.Media.AudioTrack.NativeFrameCount Property
Returns the "native frame count", derived from the bufferSizeInBytes specified at creation time and converted to frame units.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns the "native frame count", derived from the bufferSizeInBytes specified at creation time and converted to frame units. If track's creation mode is AudioTrack.MODE_STATIC, it is equal to the specified bufferSizeInBytes converted to frame units. If track's creation mode is AudioTrack.MODE_STREAM, it is typically greater than or equal to the specified bufferSizeInBytes converted to frame units; it may be rounded up to a larger value if needed by the target device implementation.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3