MtpObjectInfo.ThumbCompressedSize Property

Definition

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

public int ThumbCompressedSize { [Android.Runtime.Register("getThumbCompressedSize", "()I", "")] get; }
[<get: Android.Runtime.Register("getThumbCompressedSize", "()I", "")>]
member this.ThumbCompressedSize : int

Property Value

the thumbnail size

Attributes

Remarks

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

Java documentation for android.mtp.MtpObjectInfo.getThumbCompressedSize().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to