Android.Media.AudioRecord.Read Method
Reads audio data from the audio hardware for recording into a buffer.

Syntax

[Android.Runtime.Register("read", "([SII)I", "GetRead_arraySIIHandler")]
public virtual int Read (short[] audioData, int offsetInShorts, int sizeInShorts)

Parameters

audioData
the array to which the recorded audio data is written.
offsetInShorts
index in audioData from which the data is written expressed in shorts.
sizeInShorts
the number of requested shorts.

Returns

Documentation for this section has not yet been entered.

Remarks

Reads audio data from the audio hardware for recording into a buffer.

[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