AudioRecordReadOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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.