Android.Mtp.MtpObjectInfo Members

The members of Android.Mtp.MtpObjectInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AssociationDescint. Returns the association description for the MTP object Will be zero objects that are not of format MtpConstants.FORMAT_ASSOCIATION
[read-only]
AssociationTypeAssociationType. Returns the association type for the MTP object Will be zero objects that are not of format MtpConstants.FORMAT_ASSOCIATION For directories the association type is typically MtpConstants.AssociationTypeGenericFolder
[read-only]
CompressedSizeint. Returns the size of the MTP object
[read-only]
DateCreatedlong. Returns the creation date of the MTP object The value is represented as milliseconds since January 1, 1970
[read-only]
DateModifiedlong. Returns the modification date of the MTP object The value is represented as milliseconds since January 1, 1970
[read-only]
FormatMtpFormat. Returns the format code for the MTP object
[read-only]
ImagePixDepthint. Returns the depth of the MTP object in bits per pixel Will be zero for non-image objects
[read-only]
ImagePixHeightint. Returns the height of the MTP object in pixels Will be zero for non-image objects
[read-only]
ImagePixWidthint. Returns the width of the MTP object in pixels Will be zero for non-image objects
[read-only]
Keywordsstring. Returns a comma separated list of keywords for the MTP object
[read-only]
Namestring. Returns the name of the MTP object
[read-only]
ObjectHandleint. Returns the object handle for the MTP object
[read-only]
Parentint. Returns the object handle for the object's parent Will be zero for the root directory of a storage unit
[read-only]
ProtectionStatusProtectionStatus. Returns the protection status for the MTP object Possible values are:
[read-only]
SequenceNumberint. 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.
[read-only]
StorageIdint. Returns the storage ID for the MTP object's storage unit
[read-only]
ThumbCompressedSizeint. Returns the size of the MTP object's thumbnail Will be zero for objects with no thumbnail
[read-only]
ThumbFormatMtpFormat. Returns the format code for the MTP object's thumbnail Will be zero for objects with no thumbnail
[read-only]
ThumbPixHeightint. Returns the height of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail
[read-only]
ThumbPixWidthint. Returns the width of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.