Most visited

Recently visited

Added in API level 12

MtpObjectInfo

public final class MtpObjectInfo
extends Object

java.lang.Object
   ↳ android.mtp.MtpObjectInfo


This class encapsulates information about an object on an MTP device. This corresponds to the ObjectInfo Dataset described in section 5.3.1 of the MTP specification.

Summary

Nested classes

class MtpObjectInfo.Builder

Builds a new object info instance. 

Public methods

final int getAssociationDesc()

Returns the association description for the MTP object Will be zero objects that are not of format FORMAT_ASSOCIATION

final int getAssociationType()

Returns the association type for the MTP object Will be zero objects that are not of format FORMAT_ASSOCIATION For directories the association type is typically ASSOCIATION_TYPE_GENERIC_FOLDER

final int getCompressedSize()

Returns the size of the MTP object

final long getCompressedSizeLong()

Returns the size of the MTP object

final long getDateCreated()

Returns the creation date of the MTP object The value is represented as milliseconds since January 1, 1970

final long getDateModified()

Returns the modification date of the MTP object The value is represented as milliseconds since January 1, 1970

final int getFormat()

Returns the format code for the MTP object

final int getImagePixDepth()

Returns the depth of the MTP object in bits per pixel Will be zero for non-image objects

final long getImagePixDepthLong()

Returns the depth of the MTP object in bits per pixel Will be zero for non-image objects

final int getImagePixHeight()

Returns the height of the MTP object in pixels Will be zero for non-image objects

final long getImagePixHeightLong()

Returns the height of the MTP object in pixels Will be zero for non-image objects

final int getImagePixWidth()

Returns the width of the MTP object in pixels Will be zero for non-image objects

final long getImagePixWidthLong()

Returns the width of the MTP object in pixels Will be zero for non-image objects

final String getKeywords()

Returns a comma separated list of keywords for the MTP object

final String getName()

Returns the name of the MTP object

final int getObjectHandle()

Returns the object handle for the MTP object

final int getParent()

Returns the object handle for the object's parent Will be zero for the root directory of a storage unit

final int getProtectionStatus()

Returns the protection status for the MTP object Possible values are:

final int getSequenceNumber()

Returns the sequence number for the MTP object This field is typically not used for MTP devices, but is sometimes used to define a sequence of photos on PTP cameras.

final long getSequenceNumberLong()

Returns the sequence number for the MTP object This field is typically not used for MTP devices, but is sometimes used to define a sequence of photos on PTP cameras.

final int getStorageId()

Returns the storage ID for the MTP object's storage unit

final int getThumbCompressedSize()

Returns the size of the MTP object's thumbnail Will be zero for objects with no thumbnail

final long getThumbCompressedSizeLong()

Returns the size of the MTP object's thumbnail Will be zero for objects with no thumbnail

final int getThumbFormat()

Returns the format code for the MTP object's thumbnail Will be zero for objects with no thumbnail

final int getThumbPixHeight()

Returns the height of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

final long getThumbPixHeightLong()

Returns the height of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

final int getThumbPixWidth()

Returns the width of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

final long getThumbPixWidthLong()

Returns the width of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

Inherited methods

From class java.lang.Object

Public methods

getAssociationDesc

Added in API level 12
int getAssociationDesc ()

Returns the association description for the MTP object Will be zero objects that are not of format FORMAT_ASSOCIATION

Returns
int the object's association description

getAssociationType

Added in API level 12
int getAssociationType ()

Returns the association type for the MTP object Will be zero objects that are not of format FORMAT_ASSOCIATION For directories the association type is typically ASSOCIATION_TYPE_GENERIC_FOLDER

Returns
int the object's association type

getCompressedSize

Added in API level 12
int getCompressedSize ()

Returns the size of the MTP object

Returns
int the object size

getCompressedSizeLong

Added in API level 24
long getCompressedSizeLong ()

Returns the size of the MTP object

Returns
long the object size

getDateCreated

Added in API level 12
long getDateCreated ()

Returns the creation date of the MTP object The value is represented as milliseconds since January 1, 1970

Returns
long the object's creation date

getDateModified

Added in API level 12
long getDateModified ()

Returns the modification date of the MTP object The value is represented as milliseconds since January 1, 1970

Returns
long the object's modification date

getFormat

Added in API level 12
int getFormat ()

Returns the format code for the MTP object

Returns
int the format code

getImagePixDepth

Added in API level 12
int getImagePixDepth ()

Returns the depth of the MTP object in bits per pixel Will be zero for non-image objects

Returns
int the image depth

getImagePixDepthLong

Added in API level 24
long getImagePixDepthLong ()

Returns the depth of the MTP object in bits per pixel Will be zero for non-image objects

Returns
long the image depth

getImagePixHeight

Added in API level 12
int getImagePixHeight ()

Returns the height of the MTP object in pixels Will be zero for non-image objects

Returns
int the image height

getImagePixHeightLong

Added in API level 24
long getImagePixHeightLong ()

Returns the height of the MTP object in pixels Will be zero for non-image objects

Returns
long the image height

getImagePixWidth

Added in API level 12
int getImagePixWidth ()

Returns the width of the MTP object in pixels Will be zero for non-image objects

Returns
int the image width

getImagePixWidthLong

Added in API level 24
long getImagePixWidthLong ()

Returns the width of the MTP object in pixels Will be zero for non-image objects

Returns
long the image width

getKeywords

Added in API level 12
String getKeywords ()

Returns a comma separated list of keywords for the MTP object

Returns
String the object's keyword list

getName

Added in API level 12
String getName ()

Returns the name of the MTP object

Returns
String the object's name

getObjectHandle

Added in API level 12
int getObjectHandle ()

Returns the object handle for the MTP object

Returns
int the object handle

getParent

Added in API level 12
int getParent ()

Returns the object handle for the object's parent Will be zero for the root directory of a storage unit

Returns
int the object's parent

getProtectionStatus

Added in API level 12
int getProtectionStatus ()

Returns the protection status for the MTP object Possible values are:

Returns
int the protection status

getSequenceNumber

Added in API level 12
int getSequenceNumber ()

Returns the sequence number for the MTP object This field is typically not used for MTP devices, but is sometimes used to define a sequence of photos on PTP cameras.

Returns
int the object's sequence number

getSequenceNumberLong

Added in API level 24
long getSequenceNumberLong ()

Returns the sequence number for the MTP object This field is typically not used for MTP devices, but is sometimes used to define a sequence of photos on PTP cameras.

Returns
long the object's sequence number

getStorageId

Added in API level 12
int getStorageId ()

Returns the storage ID for the MTP object's storage unit

Returns
int the storage ID

getThumbCompressedSize

Added in API level 12
int getThumbCompressedSize ()

Returns the size of the MTP object's thumbnail Will be zero for objects with no thumbnail

Returns
int the thumbnail size

getThumbCompressedSizeLong

Added in API level 24
long getThumbCompressedSizeLong ()

Returns the size of the MTP object's thumbnail Will be zero for objects with no thumbnail

Returns
long the thumbnail size

getThumbFormat

Added in API level 12
int getThumbFormat ()

Returns the format code for the MTP object's thumbnail Will be zero for objects with no thumbnail

Returns
int the thumbnail format code

getThumbPixHeight

Added in API level 12
int getThumbPixHeight ()

Returns the height of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

Returns
int the thumbnail height

getThumbPixHeightLong

Added in API level 24
long getThumbPixHeightLong ()

Returns the height of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

Returns
long the thumbnail height

getThumbPixWidth

Added in API level 12
int getThumbPixWidth ()

Returns the width of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

Returns
int the thumbnail width

getThumbPixWidthLong

Added in API level 24
long getThumbPixWidthLong ()

Returns the width of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

Returns
long the thumbnail width

Hooray!