Android.Media.AudioTrack: Field Members

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

Public Fields

const
ErrorTrackStatus (-1). Denotes a generic operation failure.
const
ErrorBadValueTrackStatus (-2). Denotes a failure due to the use of an invalid value.
const
ErrorInvalidOperationTrackStatus (-3). Denotes a failure due to the improper use of a method.
const
SuccessTrackStatus (0). Denotes a successful operation.