MediaMetadata.Builder Constructors

Definition

Overloads

MediaMetadata.Builder()
MediaMetadata.Builder(MediaMetadata)

MediaMetadata.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

MediaMetadata.Builder(MediaMetadata)

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

Parameters

source
MediaMetadata
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