Android.Media.AudioRecord.StartRecording Method
Starts recording from the AudioRecord instance when the specified synchronization event occurs on the specified audio session.

Syntax

[Android.Runtime.Register("startRecording", "(Landroid/media/MediaSyncEvent;)V", "GetStartRecording_Landroid_media_MediaSyncEvent_Handler")]
public virtual void StartRecording (MediaSyncEvent syncEvent)

See Also

MediaSyncEvent

Parameters

syncEvent
event that triggers the capture.

Exceptions

TypeReason
!:NoType:IllegalStateException
Java.Lang.IllegalStateException

Remarks

Starts recording from the AudioRecord instance when the specified synchronization event occurs on the specified audio session.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16