AudioTrack.Builder.SetAudioAttributes(AudioAttributes) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the AudioAttributes.
[Android.Runtime.Register("setAudioAttributes", "(Landroid/media/AudioAttributes;)Landroid/media/AudioTrack$Builder;", "GetSetAudioAttributes_Landroid_media_AudioAttributes_Handler", ApiSince=23)]
public virtual Android.Media.AudioTrack.Builder SetAudioAttributes(Android.Media.AudioAttributes attributes);
[<Android.Runtime.Register("setAudioAttributes", "(Landroid/media/AudioAttributes;)Landroid/media/AudioTrack$Builder;", "GetSetAudioAttributes_Landroid_media_AudioAttributes_Handler", ApiSince=23)>]
abstract member SetAudioAttributes : Android.Media.AudioAttributes -> Android.Media.AudioTrack.Builder
override this.SetAudioAttributes : Android.Media.AudioAttributes -> Android.Media.AudioTrack.Builder
Parameters
- attributes
- AudioAttributes
a non-null AudioAttributes instance that describes the audio data to be played.
Returns
the same Builder instance. This value cannot be null.
- Attributes
Remarks
Sets the AudioAttributes.
Android reference for android.media.AudioTrack.Builder.setAudioAttributes.
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.