Android.Media.AudioTrackMode Enumeration
Enumerates values returned by the AudioTrackMode.Static, and AudioTrackMode.Stream members and taken as a parameter of several methods of Android.Media.AudioTrack.

Syntax

public enum AudioTrackMode

Remarks

Enumerates values returned by the AudioTrackMode.Static, and AudioTrackMode.Stream members and taken as a parameter of the following: .

Members

Member NameDescription
StaticCreation mode where audio data is transferred from Java to the native layer only once before the audio starts playing.
StreamCreation mode where audio data is streamed from Java to the native layer as the audio is playing.

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0