AudioRecord.RecordingState Property

Definition

Returns the recording state of the AudioRecord instance.

public virtual Android.Media.RecordState RecordingState { [Android.Runtime.Register("getRecordingState", "()I", "GetGetRecordingStateHandler")] get; }
[<get: Android.Runtime.Register("getRecordingState", "()I", "GetGetRecordingStateHandler")>]
member this.RecordingState : Android.Media.RecordState

Property Value

Attributes

Remarks

Returns the recording state of the AudioRecord instance.

Java documentation for android.media.AudioRecord.getRecordingState().

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