MediaDescription.Builder Constructors

Definition

Overloads

MediaDescription.Builder()

Creates an initially empty builder.

MediaDescription.Builder(IntPtr, JniHandleOwnership)

MediaDescription.Builder()

Creates an initially empty builder.

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

Remarks

Creates an initially empty builder.

Java documentation for android.media.MediaDescription.Builder.MediaDescription$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

MediaDescription.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.MediaDescription.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.MediaDescription.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