AudioAttributes.Builder Constructors

Definition

Overloads

AudioAttributes.Builder()
AudioAttributes.Builder(AudioAttributes)
AudioAttributes.Builder(IntPtr, JniHandleOwnership)

AudioAttributes.Builder()

[Android.Runtime.Register(".ctor", "()V", "")]
public Builder ();
Attributes

Remarks

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.

Applies to

AudioAttributes.Builder(AudioAttributes)

[Android.Runtime.Register(".ctor", "(Landroid/media/AudioAttributes;)V", "")]
public Builder (Android.Media.AudioAttributes? aa);
[<Android.Runtime.Register(".ctor", "(Landroid/media/AudioAttributes;)V", "")>]
new Android.Media.AudioAttributes.Builder : Android.Media.AudioAttributes -> Android.Media.AudioAttributes.Builder

Parameters

Attributes

Remarks

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.

Applies to

AudioAttributes.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.AudioAttributes.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.AudioAttributes.Builder

Parameters

javaReference
IntPtr

Remarks

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.

Applies to