Class MediaStore.Video.Thumbnails
[Obsolete("Deprecated in JVM")]
public class MediaStore.Video.Thumbnails : BaseColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
- Inheritance
-
MediaStore.Video.Thumbnails
- Implements
- Inherited Members
- Extension Methods
Constructors
Thumbnails()
[Obsolete("Deprecated in JVM")]
public Thumbnails()
Thumbnails(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 Thumbnails(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DATA
[Obsolete("Deprecated in JVM")]
public static String DATA { get; set; }
Property Value
DEFAULT_SORT_ORDER
[Obsolete("Deprecated in JVM")]
public static String DEFAULT_SORT_ORDER { get; set; }
Property Value
EXTERNAL_CONTENT_URI
[Obsolete("Deprecated in JVM")]
public static Uri EXTERNAL_CONTENT_URI { get; set; }
Property Value
FULL_SCREEN_KIND
[Obsolete("Deprecated in JVM")]
public static int FULL_SCREEN_KIND { get; set; }
Property Value
HEIGHT
[Obsolete("Deprecated in JVM")]
public static String HEIGHT { get; set; }
Property Value
INTERNAL_CONTENT_URI
[Obsolete("Deprecated in JVM")]
public static Uri INTERNAL_CONTENT_URI { get; set; }
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
KIND
[Obsolete("Deprecated in JVM")]
public static String KIND { get; set; }
Property Value
MICRO_KIND
https://developer.android.com/reference/android/provider/MediaStore.Video.Thumbnails.html#MICRO_KIND
[Obsolete("Deprecated in JVM")]
public static int MICRO_KIND { get; set; }
Property Value
MINI_KIND
[Obsolete("Deprecated in JVM")]
public static int MINI_KIND { get; set; }
Property Value
VIDEO_ID
[Obsolete("Deprecated in JVM")]
public static String VIDEO_ID { get; set; }
Property Value
WIDTH
[Obsolete("Deprecated in JVM")]
public static String WIDTH { get; set; }
Property Value
Methods
CancelThumbnailRequest(ContentResolver, long)
[Obsolete("Deprecated in JVM")]
public static void CancelThumbnailRequest(ContentResolver arg0, long arg1)
Parameters
arg0ContentResolverarg1long
CancelThumbnailRequest(ContentResolver, long, long)
[Obsolete("Deprecated in JVM")]
public static void CancelThumbnailRequest(ContentResolver arg0, long arg1, long arg2)
Parameters
arg0ContentResolverarg1longarg2long
CreatePoolableInstance()
HPA initializer for Thumbnails()
public static MediaStore.Video.Thumbnails CreatePoolableInstance()
Returns
GetContentUri(String)
[Obsolete("Deprecated in JVM")]
public static Uri GetContentUri(String arg0)
Parameters
Returns
GetKindSize(int)
[Obsolete("Deprecated in JVM")]
public static Size GetKindSize(int arg0)
Parameters
Returns
GetThumbnail(ContentResolver, long, int, Options)
[Obsolete("Deprecated in JVM")]
public static Bitmap GetThumbnail(ContentResolver arg0, long arg1, int arg2, BitmapFactory.Options arg3)
Parameters
arg0ContentResolverarg1longarg2intarg3BitmapFactory.Options
Returns
GetThumbnail(ContentResolver, long, long, int, Options)
[Obsolete("Deprecated in JVM")]
public static Bitmap GetThumbnail(ContentResolver arg0, long arg1, long arg2, int arg3, BitmapFactory.Options arg4)
Parameters
arg0ContentResolverarg1longarg2longarg3intarg4BitmapFactory.Options