Android.Media.AudioTrack.ReloadStaticData Method
Notifies the native resource to reuse the audio data already loaded in the native layer, that is to rewind to start of buffer.

Syntax

[Android.Runtime.Register("reloadStaticData", "()I", "GetReloadStaticDataHandler")]
[return:Android.Runtime.GeneratedEnum]
public virtual TrackStatus ReloadStaticData ()

Returns

Documentation for this section has not yet been entered.

Remarks

Notifies the native resource to reuse the audio data already loaded in the native layer, that is to rewind to start of buffer. The track's creation mode must be AudioTrack.MODE_STATIC.

[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