Table of Contents

Class MediaStore.Video.Thumbnails

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
[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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DATA

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

Property Value

String

DEFAULT_SORT_ORDER

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

Property Value

String

EXTERNAL_CONTENT_URI

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

Property Value

Uri

FULL_SCREEN_KIND

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

Property Value

int

HEIGHT

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

Property Value

String

INTERNAL_CONTENT_URI

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

Property Value

Uri

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

KIND

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

Property Value

String

MICRO_KIND

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

Property Value

int

MINI_KIND

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

Property Value

int

VIDEO_ID

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

Property Value

String

WIDTH

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

Property Value

String

Methods

CancelThumbnailRequest(ContentResolver, long)

[Obsolete("Deprecated in JVM")]
public static void CancelThumbnailRequest(ContentResolver arg0, long arg1)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

CancelThumbnailRequest(ContentResolver, long, long)

[Obsolete("Deprecated in JVM")]
public static void CancelThumbnailRequest(ContentResolver arg0, long arg1, long arg2)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

arg2 long

long

CreatePoolableInstance()

HPA initializer for Thumbnails()

public static MediaStore.Video.Thumbnails CreatePoolableInstance()

Returns

MediaStore.Video.Thumbnails

GetContentUri(String)

[Obsolete("Deprecated in JVM")]
public static Uri GetContentUri(String arg0)

Parameters

arg0 String

String

Returns

Uri

Uri

GetKindSize(int)

[Obsolete("Deprecated in JVM")]
public static Size GetKindSize(int arg0)

Parameters

arg0 int

int

Returns

Size

Size

GetThumbnail(ContentResolver, long, int, Options)

[Obsolete("Deprecated in JVM")]
public static Bitmap GetThumbnail(ContentResolver arg0, long arg1, int arg2, BitmapFactory.Options arg3)

Parameters

arg0 ContentResolver

ContentResolver

arg1 long

long

arg2 int

int

arg3 BitmapFactory.Options

BitmapFactory.Options

Returns

Bitmap

Bitmap

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

arg0 ContentResolver

ContentResolver

arg1 long

long

arg2 long

long

arg3 int

int

arg4 BitmapFactory.Options

BitmapFactory.Options

Returns

Bitmap

Bitmap