AudioRecord.SetRecordPositionUpdateListener Method

Definition

Overloads

SetRecordPositionUpdateListener(AudioRecord+IOnRecordPositionUpdateListener)

Sets the listener the AudioRecord notifies when a previously set marker is reached or for each periodic record head position update.

SetRecordPositionUpdateListener(AudioRecord+IOnRecordPositionUpdateListener, Handler)

Sets the listener the AudioRecord notifies when a previously set marker is reached or for each periodic record head position update.

SetRecordPositionUpdateListener(AudioRecord+IOnRecordPositionUpdateListener)

Sets the listener the AudioRecord notifies when a previously set marker is reached or for each periodic record head position update.

[Android.Runtime.Register("setRecordPositionUpdateListener", "(Landroid/media/AudioRecord$OnRecordPositionUpdateListener;)V", "GetSetRecordPositionUpdateListener_Landroid_media_AudioRecord_OnRecordPositionUpdateListener_Handler")]
public virtual void SetRecordPositionUpdateListener (Android.Media.AudioRecord.IOnRecordPositionUpdateListener? listener);
[<Android.Runtime.Register("setRecordPositionUpdateListener", "(Landroid/media/AudioRecord$OnRecordPositionUpdateListener;)V", "GetSetRecordPositionUpdateListener_Landroid_media_AudioRecord_OnRecordPositionUpdateListener_Handler")>]
abstract member SetRecordPositionUpdateListener : Android.Media.AudioRecord.IOnRecordPositionUpdateListener -> unit
override this.SetRecordPositionUpdateListener : Android.Media.AudioRecord.IOnRecordPositionUpdateListener -> unit

Parameters

Attributes

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

SetRecordPositionUpdateListener(AudioRecord+IOnRecordPositionUpdateListener, Handler)

Sets the listener the AudioRecord notifies when a previously set marker is reached or for each periodic record head position update.

[Android.Runtime.Register("setRecordPositionUpdateListener", "(Landroid/media/AudioRecord$OnRecordPositionUpdateListener;Landroid/os/Handler;)V", "GetSetRecordPositionUpdateListener_Landroid_media_AudioRecord_OnRecordPositionUpdateListener_Landroid_os_Handler_Handler")]
public virtual void SetRecordPositionUpdateListener (Android.Media.AudioRecord.IOnRecordPositionUpdateListener? listener, Android.OS.Handler? handler);
[<Android.Runtime.Register("setRecordPositionUpdateListener", "(Landroid/media/AudioRecord$OnRecordPositionUpdateListener;Landroid/os/Handler;)V", "GetSetRecordPositionUpdateListener_Landroid_media_AudioRecord_OnRecordPositionUpdateListener_Landroid_os_Handler_Handler")>]
abstract member SetRecordPositionUpdateListener : Android.Media.AudioRecord.IOnRecordPositionUpdateListener * Android.OS.Handler -> unit
override this.SetRecordPositionUpdateListener : Android.Media.AudioRecord.IOnRecordPositionUpdateListener * Android.OS.Handler -> unit

Parameters

handler
Handler

the Handler that will receive the event notification messages.

Attributes

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