Android.Media.AudioTrack: Property Members

The properties 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 Properties

[read-only]
AudioFormatEncoding. Returns the configured audio data format.
[read-only]
AudioSessionIdint. Returns the audio session ID.
[read-only]
ChannelConfigurationChannelOut. Returns the configured channel configuration.
[read-only]
ChannelCountint. Returns the configured number of channels.
[read-only]
static
MaxVolumefloat. Returns the maximum gain value, which is greater than or equal to 1.
[read-only]
static
MinVolumefloat. Returns the minimum gain value, which is the constant 0.
[read-only]
NotificationMarkerPositionint. Returns marker position expressed in frames.
[read-only]
PlaybackHeadPositionint. Returns the playback head position expressed in frames.
[read-only]
PlaybackRateint. Returns the current playback rate in Hz.
[read-only]
PlayStatePlayState. Returns the playback state of the AudioTrack instance.
[read-only]
PositionNotificationPeriodint. Returns the notification update period expressed in frames.
[read-only]
SampleRateint. Returns the configured audio data sample rate in Hz
[read-only]
StateAudioTrackState. Returns the state of the AudioTrack instance.
[read-only]
StreamTypeStream. Returns the type of audio stream this AudioTrack is configured for.

Protected Properties

[read-only]
NativeFrameCountint. Returns the "native frame count", derived from the bufferSizeInBytes specified at creation time and converted to frame units.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.