Android.Media.AudioRecord.State Property
Returns the state of the AudioRecord instance.

Syntax

[get: Android.Runtime.Register("getState", "()I", "GetGetStateHandler")]
public virtual State State { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the state of the AudioRecord instance. This is useful after the AudioRecord instance has been created to check if it was initialized properly. This ensures that the appropriate hardware resources have been acquired.

[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