AudioRecordReadOptions Enum

Definition

public enum AudioRecordReadOptions
type AudioRecordReadOptions = 
Inheritance
AudioRecordReadOptions

Fields

Name Value Description
Blocking 0

The read mode indicating the read operation will block until all data requested has been read.

Android reference for android.media.AudioRecord.READ_BLOCKING.

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.

NonBlocking 1

The read mode indicating the read operation will return immediately after reading as much audio data as possible without blocking.

Android reference for android.media.AudioRecord.READ_NON_BLOCKING.

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.

Remarks

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.

Applies to