ExifInterface.GetThumbnailRange Method

Definition

Returns the offset and length of thumbnail inside the image file, or null if either there is no thumbnail or the thumbnail bytes are stored non-consecutively.

[Android.Runtime.Register("getThumbnailRange", "()[J", "GetGetThumbnailRangeHandler", ApiSince=24)]
public virtual long[]? GetThumbnailRange ();
[<Android.Runtime.Register("getThumbnailRange", "()[J", "GetGetThumbnailRangeHandler", ApiSince=24)>]
abstract member GetThumbnailRange : unit -> int64[]
override this.GetThumbnailRange : unit -> int64[]

Returns

Int64[]

two-element array, the offset in the first value, and length in the second, or null if no thumbnail was found or the thumbnail strips are not placed consecutively.

Attributes

Remarks

Returns the offset and length of thumbnail inside the image file, or null if either there is no thumbnail or the thumbnail bytes are stored non-consecutively.

Java documentation for android.media.ExifInterface.getThumbnailRange().

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