AudioFormat.Builder Constructors

Definition

Overloads

AudioFormat.Builder()

Constructs a new Builder with none of the format characteristics set.

AudioFormat.Builder(AudioFormat)

Constructs a new Builder from a given AudioFormat.

AudioFormat.Builder(IntPtr, JniHandleOwnership)

AudioFormat.Builder()

Constructs a new Builder with none of the format characteristics set.

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

Remarks

Constructs a new Builder with none of the format characteristics set.

Java documentation for android.media.AudioFormat.Builder.AudioFormat$Builder().

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

AudioFormat.Builder(AudioFormat)

Constructs a new Builder from a given AudioFormat.

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

Parameters

af
AudioFormat

the AudioFormat object whose data will be reused in the new Builder.

Attributes

Remarks

Constructs a new Builder from a given AudioFormat.

Java documentation for android.media.AudioFormat.Builder.AudioFormat$Builder(android.media.AudioFormat).

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

AudioFormat.Builder(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

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