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

Syntax

[Android.Runtime.Register("read", "([BII)I", "GetRead_arrayBIIHandler")]
public virtual int Read (byte[] audioData, int offsetInBytes, int sizeInBytes)

Parameters

audioData
the array to which the recorded audio data is written.
offsetInBytes
index in audioData from which the data is written expressed in bytes.
sizeInBytes
the number of requested bytes.

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