Android.Media.AudioTrack.State Property
Returns the state of the AudioTrack instance.

Syntax

[get: Android.Runtime.Register("getState", "()I", "GetGetStateHandler")]
public virtual AudioTrackState State { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the state of the AudioTrack instance. This is useful after the AudioTrack instance has been created to check if it was initialized properly. This ensures that the appropriate resources have been acquired.

[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