The fields of Android.Media.AudioTrack are listed below. For a list of all members, see the AudioTrack Members list.
See Also: Inherited members from Java.Lang.Object
const | Error | TrackStatus (-1). Denotes a generic operation failure. |
const | ErrorBadValue | TrackStatus (-2). Denotes a failure due to the use of an invalid value. |
const | ErrorInvalidOperation | TrackStatus (-3). Denotes a failure due to the improper use of a method. |
const | Success | TrackStatus (0). Denotes a successful operation. |