Class MediaMetadataEditor
[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
initializerIJVMBridgeBaseInitializer
Properties
BITMAP_KEY_ARTWORK
[Obsolete("Deprecated in JVM")]
public static int BITMAP_KEY_ARTWORK { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
RATING_KEY_BY_OTHERS
[Obsolete("Deprecated in JVM")]
public static int RATING_KEY_BY_OTHERS { get; set; }
Property Value
RATING_KEY_BY_USER
[Obsolete("Deprecated in JVM")]
public static int RATING_KEY_BY_USER { get; set; }
Property Value
Methods
AddEditableKey(int)
[Obsolete("Deprecated in JVM")]
public void AddEditableKey(int arg0)
Parameters
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
Returns
Exceptions
GetEditableKeys()
[Obsolete("Deprecated in JVM")]
public int[] GetEditableKeys()
Returns
GetLong(int, long)
[Obsolete("Deprecated in JVM")]
public long GetLong(int arg0, long arg1)
Parameters
Returns
Exceptions
GetObject(int, object)
[Obsolete("Deprecated in JVM")]
public object GetObject(int arg0, object arg1)
Parameters
Returns
Exceptions
GetString(int, String)
[Obsolete("Deprecated in JVM")]
public String GetString(int arg0, String arg1)
Parameters
Returns
Exceptions
PutBitmap(int, Bitmap)
[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutBitmap(int arg0, Bitmap arg1)
Parameters
Returns
Exceptions
PutLong(int, long)
[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutLong(int arg0, long arg1)
Parameters
Returns
Exceptions
PutObject(int, object)
[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutObject(int arg0, object arg1)
Parameters
Returns
Exceptions
PutString(int, String)
[Obsolete("Deprecated in JVM")]
public MediaMetadataEditor PutString(int arg0, String arg1)
Parameters
Returns
Exceptions
RemoveEditableKeys()
[Obsolete("Deprecated in JVM")]
public void RemoveEditableKeys()