Android.Media.AudioTrack.ErrorInvalidOperation Field
Denotes a failure due to the improper use of a method.

Value: -3

Syntax

[Android.Runtime.Register("ERROR_INVALID_OPERATION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TrackStatus enum directly instead of this field.")]
public const TrackStatus ErrorInvalidOperation

Remarks

Denotes a failure due to the improper use of a method.

[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