AudioTrackState Enum

Definition

Enumerates values returned by several types.

public enum AudioTrackState
type AudioTrackState = 
Inheritance
AudioTrackState

Fields

Initialized 1

State of an AudioTrack that is ready to be used.

NoStaticData 2

State of a successfully initialized AudioTrack that uses static data, but that hasn't received that data yet.

Uninitialized 0

State of an AudioTrack that was not successfully initialized upon creation.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to