The members of Android.Mtp.MtpObjectInfo are listed below.
See Also: Inherited members from Java.Lang.Object
| [read-only] | AssociationDesc | int. Returns the association description for the MTP object Will be zero objects that are not of format MtpConstants.FORMAT_ASSOCIATION |
| [read-only] | AssociationType | AssociationType. 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] | CompressedSize | int. Returns the size of the MTP object |
| [read-only] | DateCreated | long. Returns the creation date of the MTP object The value is represented as milliseconds since January 1, 1970 |
| [read-only] | DateModified | long. Returns the modification date of the MTP object The value is represented as milliseconds since January 1, 1970 |
| [read-only] | Format | MtpFormat. Returns the format code for the MTP object |
| [read-only] | ImagePixDepth | int. Returns the depth of the MTP object in bits per pixel Will be zero for non-image objects |
| [read-only] | ImagePixHeight | int. Returns the height of the MTP object in pixels Will be zero for non-image objects |
| [read-only] | ImagePixWidth | int. Returns the width of the MTP object in pixels Will be zero for non-image objects |
| [read-only] | Keywords | string. Returns a comma separated list of keywords for the MTP object |
| [read-only] | Name | string. Returns the name of the MTP object |
| [read-only] | ObjectHandle | int. Returns the object handle for the MTP object |
| [read-only] | Parent | int. Returns the object handle for the object's parent Will be zero for the root directory of a storage unit |
| [read-only] | ProtectionStatus | ProtectionStatus. Returns the protection status for the MTP object Possible values are: |
| [read-only] | SequenceNumber | int. 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] | StorageId | int. Returns the storage ID for the MTP object's storage unit |
| [read-only] | ThumbCompressedSize | int. Returns the size of the MTP object's thumbnail Will be zero for objects with no thumbnail |
| [read-only] | ThumbFormat | MtpFormat. Returns the format code for the MTP object's thumbnail Will be zero for objects with no thumbnail |
| [read-only] | ThumbPixHeight | int. Returns the height of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail |
| [read-only] | ThumbPixWidth | int. Returns the width of the MTP object's thumbnail in pixels Will be zero for objects with no thumbnail |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |