Documentation for this section has not yet been entered.
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.