Table of Contents

Class MediaMetadataEditor

Namespace
Android.Media
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class MediaMetadataEditor : JVMBridgeBase<MediaMetadataEditor>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MediaMetadataEditor
Implements
Derived
Extension Methods

Constructors

MediaMetadataEditor(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MediaMetadataEditor(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BITMAP_KEY_ARTWORK

[Obsolete("Deprecated in JVM")]
public static int BITMAP_KEY_ARTWORK { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

RATING_KEY_BY_OTHERS

[Obsolete("Deprecated in JVM")]
public static int RATING_KEY_BY_OTHERS { get; set; }

Property Value

int

RATING_KEY_BY_USER

[Obsolete("Deprecated in JVM")]
public static int RATING_KEY_BY_USER { get; set; }

Property Value

int

Methods

AddEditableKey(int)

[Obsolete("Deprecated in JVM")]
public void AddEditableKey(int arg0)

Parameters

arg0 int

int

Apply()

[Obsolete("Deprecated in JVM")]
public void Apply()

Clear()

[Obsolete("Deprecated in JVM")]
public void Clear()

GetBitmap(int, Bitmap)

[Obsolete("Deprecated in JVM")]
public Bitmap GetBitmap(int arg0, Bitmap arg1)

Parameters

arg0 int

int

arg1 Bitmap

Bitmap

Returns

Bitmap

Bitmap

Exceptions

IllegalArgumentException

GetEditableKeys()

[Obsolete("Deprecated in JVM")]
public int[] GetEditableKeys()

Returns

int[]

int

GetLong(int, long)

[Obsolete("Deprecated in JVM")]
public long GetLong(int arg0, long arg1)

Parameters

arg0 int

int

arg1 long

long

Returns

long

long

Exceptions

IllegalArgumentException

GetObject(int, object)

[Obsolete("Deprecated in JVM")]
public object GetObject(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Returns

object

object

Exceptions

IllegalArgumentException

GetString(int, String)

[Obsolete("Deprecated in JVM")]
public String GetString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Returns

String

String

Exceptions

IllegalArgumentException

PutBitmap(int, Bitmap)

[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutBitmap(int arg0, Bitmap arg1)

Parameters

arg0 int

int

arg1 Bitmap

Bitmap

Returns

MediaMetadataEditor

MediaMetadataEditor

Exceptions

IllegalArgumentException

PutLong(int, long)

[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutLong(int arg0, long arg1)

Parameters

arg0 int

int

arg1 long

long

Returns

MediaMetadataEditor

MediaMetadataEditor

Exceptions

IllegalArgumentException

PutObject(int, object)

[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutObject(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Returns

MediaMetadataEditor

MediaMetadataEditor

Exceptions

IllegalArgumentException

PutString(int, String)

[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutString(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Returns

MediaMetadataEditor

MediaMetadataEditor

Exceptions

IllegalArgumentException

RemoveEditableKeys()

[Obsolete("Deprecated in JVM")]
public void RemoveEditableKeys()