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
[read-only] | AudioFormat | Encoding. Returns the configured audio data format. |
[read-only] | AudioSessionId | int. Returns the audio session ID. |
[read-only] | ChannelConfiguration | ChannelOut. Returns the configured channel configuration. |
[read-only] | ChannelCount | int. Returns the configured number of channels. |
[read-only] static | MaxVolume | float. Returns the maximum gain value, which is greater than or equal to 1. |
[read-only] static | MinVolume | float. Returns the minimum gain value, which is the constant 0. |
[read-only] | NotificationMarkerPosition | int. Returns marker position expressed in frames. |
[read-only] | PlaybackHeadPosition | int. Returns the playback head position expressed in frames. |
[read-only] | PlaybackRate | int. Returns the current playback rate in Hz. |
[read-only] | PlayState | PlayState. Returns the playback state of the AudioTrack instance. |
[read-only] | PositionNotificationPeriod | int. Returns the notification update period expressed in frames. |
[read-only] | SampleRate | int. Returns the configured audio data sample rate in Hz |
[read-only] | State | AudioTrackState. Returns the state of the AudioTrack instance. |
[read-only] | StreamType | Stream. Returns the type of audio stream this AudioTrack is configured for. |
[read-only] | NativeFrameCount | int. Returns the "native frame count", derived from the bufferSizeInBytes specified at creation time and converted to frame units. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |