Android.Media.Ringtone.AudioAttributes Property
Returns the Android.Media.AudioAttributes used by this object.

Syntax

[get: Android.Runtime.Register("getAudioAttributes", "()Landroid/media/AudioAttributes;", "GetGetAudioAttributesHandler")]
[set: Android.Runtime.Register("setAudioAttributes", "(Landroid/media/AudioAttributes;)V", "GetSetAudioAttributes_Landroid_media_AudioAttributes_Handler")]
public virtual AudioAttributes AudioAttributes { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentException

Remarks

Get method documentation [Android Documentation]

Returns the Android.Media.AudioAttributes used by this object.

Set method documentation [Android Documentation]

Sets the Android.Media.AudioAttributes for this ringtone.

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1