Table of Contents

Class MtpConstants

Namespace
Android.Mtp
Assembly
MASES.Netdroid.dll
public class MtpConstants : JVMBridgeBase<MtpConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MtpConstants
Implements
Extension Methods

Constructors

MtpConstants()

public MtpConstants()

MtpConstants(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 MtpConstants(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ASSOCIATION_TYPE_GENERIC_FOLDER

public static int ASSOCIATION_TYPE_GENERIC_FOLDER { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FORMAT_3GP_CONTAINER

public static int FORMAT_3GP_CONTAINER { get; set; }

Property Value

int

FORMAT_AAC

public static int FORMAT_AAC { get; set; }

Property Value

int

FORMAT_ABSTRACT_AUDIO_ALBUM

public static int FORMAT_ABSTRACT_AUDIO_ALBUM { get; set; }

Property Value

int

FORMAT_ABSTRACT_AUDIO_PLAYLIST

public static int FORMAT_ABSTRACT_AUDIO_PLAYLIST { get; set; }

Property Value

int

FORMAT_ABSTRACT_AV_PLAYLIST

public static int FORMAT_ABSTRACT_AV_PLAYLIST { get; set; }

Property Value

int

FORMAT_ABSTRACT_DOCUMENT

public static int FORMAT_ABSTRACT_DOCUMENT { get; set; }

Property Value

int

FORMAT_ABSTRACT_IMAGE_ALBUM

public static int FORMAT_ABSTRACT_IMAGE_ALBUM { get; set; }

Property Value

int

FORMAT_ABSTRACT_MEDIACAST

public static int FORMAT_ABSTRACT_MEDIACAST { get; set; }

Property Value

int

FORMAT_ABSTRACT_MULTIMEDIA_ALBUM

public static int FORMAT_ABSTRACT_MULTIMEDIA_ALBUM { get; set; }

Property Value

int

FORMAT_ABSTRACT_VIDEO_ALBUM

public static int FORMAT_ABSTRACT_VIDEO_ALBUM { get; set; }

Property Value

int

FORMAT_ABSTRACT_VIDEO_PLAYLIST

public static int FORMAT_ABSTRACT_VIDEO_PLAYLIST { get; set; }

Property Value

int

FORMAT_AIFF

public static int FORMAT_AIFF { get; set; }

Property Value

int

FORMAT_ASF

public static int FORMAT_ASF { get; set; }

Property Value

int

FORMAT_ASSOCIATION

public static int FORMAT_ASSOCIATION { get; set; }

Property Value

int

FORMAT_ASX_PLAYLIST

public static int FORMAT_ASX_PLAYLIST { get; set; }

Property Value

int

FORMAT_AUDIBLE

public static int FORMAT_AUDIBLE { get; set; }

Property Value

int

FORMAT_AVI

public static int FORMAT_AVI { get; set; }

Property Value

int

FORMAT_BMP

public static int FORMAT_BMP { get; set; }

Property Value

int

FORMAT_DEFINED

public static int FORMAT_DEFINED { get; set; }

Property Value

int

FORMAT_DNG

public static int FORMAT_DNG { get; set; }

Property Value

int

FORMAT_DPOF

public static int FORMAT_DPOF { get; set; }

Property Value

int

FORMAT_EXECUTABLE

public static int FORMAT_EXECUTABLE { get; set; }

Property Value

int

FORMAT_EXIF_JPEG

public static int FORMAT_EXIF_JPEG { get; set; }

Property Value

int

FORMAT_FLAC

public static int FORMAT_FLAC { get; set; }

Property Value

int

FORMAT_GIF

public static int FORMAT_GIF { get; set; }

Property Value

int

FORMAT_HTML

public static int FORMAT_HTML { get; set; }

Property Value

int

FORMAT_JFIF

public static int FORMAT_JFIF { get; set; }

Property Value

int

FORMAT_JP2

public static int FORMAT_JP2 { get; set; }

Property Value

int

FORMAT_JPX

public static int FORMAT_JPX { get; set; }

Property Value

int

FORMAT_M3U_PLAYLIST

public static int FORMAT_M3U_PLAYLIST { get; set; }

Property Value

int

FORMAT_MP2

public static int FORMAT_MP2 { get; set; }

Property Value

int

FORMAT_MP3

public static int FORMAT_MP3 { get; set; }

Property Value

int

FORMAT_MP4_CONTAINER

public static int FORMAT_MP4_CONTAINER { get; set; }

Property Value

int

FORMAT_MPEG

public static int FORMAT_MPEG { get; set; }

Property Value

int

FORMAT_MPL_PLAYLIST

public static int FORMAT_MPL_PLAYLIST { get; set; }

Property Value

int

FORMAT_MS_EXCEL_SPREADSHEET

public static int FORMAT_MS_EXCEL_SPREADSHEET { get; set; }

Property Value

int

FORMAT_MS_POWERPOINT_PRESENTATION

public static int FORMAT_MS_POWERPOINT_PRESENTATION { get; set; }

Property Value

int

FORMAT_MS_WORD_DOCUMENT

public static int FORMAT_MS_WORD_DOCUMENT { get; set; }

Property Value

int

FORMAT_OGG

public static int FORMAT_OGG { get; set; }

Property Value

int

FORMAT_PICT

public static int FORMAT_PICT { get; set; }

Property Value

int

FORMAT_PLS_PLAYLIST

public static int FORMAT_PLS_PLAYLIST { get; set; }

Property Value

int

FORMAT_PNG

public static int FORMAT_PNG { get; set; }

Property Value

int

FORMAT_SCRIPT

public static int FORMAT_SCRIPT { get; set; }

Property Value

int

FORMAT_TEXT

public static int FORMAT_TEXT { get; set; }

Property Value

int

FORMAT_TIFF

public static int FORMAT_TIFF { get; set; }

Property Value

int

FORMAT_TIFF_EP

public static int FORMAT_TIFF_EP { get; set; }

Property Value

int

FORMAT_UNDEFINED

public static int FORMAT_UNDEFINED { get; set; }

Property Value

int

FORMAT_UNDEFINED_AUDIO

public static int FORMAT_UNDEFINED_AUDIO { get; set; }

Property Value

int

FORMAT_UNDEFINED_COLLECTION

public static int FORMAT_UNDEFINED_COLLECTION { get; set; }

Property Value

int

FORMAT_UNDEFINED_DOCUMENT

public static int FORMAT_UNDEFINED_DOCUMENT { get; set; }

Property Value

int

FORMAT_UNDEFINED_FIRMWARE

public static int FORMAT_UNDEFINED_FIRMWARE { get; set; }

Property Value

int

FORMAT_UNDEFINED_VIDEO

public static int FORMAT_UNDEFINED_VIDEO { get; set; }

Property Value

int

FORMAT_WAV

public static int FORMAT_WAV { get; set; }

Property Value

int

FORMAT_WINDOWS_IMAGE_FORMAT

public static int FORMAT_WINDOWS_IMAGE_FORMAT { get; set; }

Property Value

int

FORMAT_WMA

public static int FORMAT_WMA { get; set; }

Property Value

int

FORMAT_WMV

public static int FORMAT_WMV { get; set; }

Property Value

int

FORMAT_WPL_PLAYLIST

public static int FORMAT_WPL_PLAYLIST { get; set; }

Property Value

int

FORMAT_XML_DOCUMENT

public static int FORMAT_XML_DOCUMENT { get; set; }

Property Value

int

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

OPERATION_CLOSE_SESSION

public static int OPERATION_CLOSE_SESSION { get; set; }

Property Value

int

OPERATION_COPY_OBJECT

public static int OPERATION_COPY_OBJECT { get; set; }

Property Value

int

OPERATION_DELETE_OBJECT

public static int OPERATION_DELETE_OBJECT { get; set; }

Property Value

int

OPERATION_FORMAT_STORE

public static int OPERATION_FORMAT_STORE { get; set; }

Property Value

int

OPERATION_GET_DEVICE_INFO

public static int OPERATION_GET_DEVICE_INFO { get; set; }

Property Value

int

OPERATION_GET_DEVICE_PROP_DESC

public static int OPERATION_GET_DEVICE_PROP_DESC { get; set; }

Property Value

int

OPERATION_GET_DEVICE_PROP_VALUE

public static int OPERATION_GET_DEVICE_PROP_VALUE { get; set; }

Property Value

int

OPERATION_GET_NUM_OBJECTS

public static int OPERATION_GET_NUM_OBJECTS { get; set; }

Property Value

int

OPERATION_GET_OBJECT

public static int OPERATION_GET_OBJECT { get; set; }

Property Value

int

OPERATION_GET_OBJECT_HANDLES

public static int OPERATION_GET_OBJECT_HANDLES { get; set; }

Property Value

int

OPERATION_GET_OBJECT_INFO

public static int OPERATION_GET_OBJECT_INFO { get; set; }

Property Value

int

OPERATION_GET_OBJECT_PROPS_SUPPORTED

public static int OPERATION_GET_OBJECT_PROPS_SUPPORTED { get; set; }

Property Value

int

OPERATION_GET_OBJECT_PROP_DESC

public static int OPERATION_GET_OBJECT_PROP_DESC { get; set; }

Property Value

int

OPERATION_GET_OBJECT_PROP_VALUE

public static int OPERATION_GET_OBJECT_PROP_VALUE { get; set; }

Property Value

int

OPERATION_GET_OBJECT_REFERENCES

public static int OPERATION_GET_OBJECT_REFERENCES { get; set; }

Property Value

int

OPERATION_GET_PARTIAL_OBJECT

public static int OPERATION_GET_PARTIAL_OBJECT { get; set; }

Property Value

int

OPERATION_GET_PARTIAL_OBJECT_64

public static int OPERATION_GET_PARTIAL_OBJECT_64 { get; set; }

Property Value

int

OPERATION_GET_STORAGE_INFO

public static int OPERATION_GET_STORAGE_INFO { get; set; }

Property Value

int

OPERATION_GET_STORAGE_I_DS

public static int OPERATION_GET_STORAGE_I_DS { get; set; }

Property Value

int

OPERATION_GET_THUMB

public static int OPERATION_GET_THUMB { get; set; }

Property Value

int

OPERATION_INITIATE_CAPTURE

public static int OPERATION_INITIATE_CAPTURE { get; set; }

Property Value

int

OPERATION_INITIATE_OPEN_CAPTURE

public static int OPERATION_INITIATE_OPEN_CAPTURE { get; set; }

Property Value

int

OPERATION_MOVE_OBJECT

public static int OPERATION_MOVE_OBJECT { get; set; }

Property Value

int

OPERATION_OPEN_SESSION

public static int OPERATION_OPEN_SESSION { get; set; }

Property Value

int

OPERATION_POWER_DOWN

public static int OPERATION_POWER_DOWN { get; set; }

Property Value

int

OPERATION_RESET_DEVICE

public static int OPERATION_RESET_DEVICE { get; set; }

Property Value

int

OPERATION_RESET_DEVICE_PROP_VALUE

public static int OPERATION_RESET_DEVICE_PROP_VALUE { get; set; }

Property Value

int

OPERATION_SELF_TEST

public static int OPERATION_SELF_TEST { get; set; }

Property Value

int

OPERATION_SEND_OBJECT

public static int OPERATION_SEND_OBJECT { get; set; }

Property Value

int

OPERATION_SEND_OBJECT_INFO

public static int OPERATION_SEND_OBJECT_INFO { get; set; }

Property Value

int

OPERATION_SET_DEVICE_PROP_VALUE

public static int OPERATION_SET_DEVICE_PROP_VALUE { get; set; }

Property Value

int

OPERATION_SET_OBJECT_PROP_VALUE

public static int OPERATION_SET_OBJECT_PROP_VALUE { get; set; }

Property Value

int

OPERATION_SET_OBJECT_PROTECTION

public static int OPERATION_SET_OBJECT_PROTECTION { get; set; }

Property Value

int

OPERATION_SET_OBJECT_REFERENCES

public static int OPERATION_SET_OBJECT_REFERENCES { get; set; }

Property Value

int

OPERATION_SKIP

public static int OPERATION_SKIP { get; set; }

Property Value

int

OPERATION_TERMINATE_OPEN_CAPTURE

public static int OPERATION_TERMINATE_OPEN_CAPTURE { get; set; }

Property Value

int

PROTECTION_STATUS_NONE

public static int PROTECTION_STATUS_NONE { get; set; }

Property Value

int

PROTECTION_STATUS_NON_TRANSFERABLE_DATA

public static int PROTECTION_STATUS_NON_TRANSFERABLE_DATA { get; set; }

Property Value

int

PROTECTION_STATUS_READ_ONLY

public static int PROTECTION_STATUS_READ_ONLY { get; set; }

Property Value

int

PROTECTION_STATUS_READ_ONLY_DATA

public static int PROTECTION_STATUS_READ_ONLY_DATA { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for MtpConstants()

public static MtpConstants CreatePoolableInstance()

Returns

MtpConstants

IsAbstractObject(int)

public static bool IsAbstractObject(int arg0)

Parameters

arg0 int

int

Returns

bool

bool