Android.Media.AudioTrack.SetState Method
Sets the initialization state of the instance.

Syntax

[Android.Runtime.Register("setState", "(I)V", "GetSetState_IHandler")]
[System.Obsolete("deprecated")]
protected virtual void SetState (int state)

Parameters

state
the state of the AudioTrack instance

Remarks

Sets the initialization state of the instance. This method was originally intended to be used in an AudioTrack subclass constructor to set a subclass-specific post-initialization state. However, subclasses of AudioTrack are no longer recommended, so this method is obsolete.

[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