MediaStore.Video.Thumbnails.GetKindSize(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("getKindSize", "(I)Landroid/util/Size;", "", ApiSince=30)]
public static Android.Util.Size GetKindSize(int kind);
[<Android.Runtime.Register("getKindSize", "(I)Landroid/util/Size;", "", ApiSince=30)>]
static member GetKindSize : int -> Android.Util.Size
Parameters
- kind
- Int32
Returns
- Attributes
Remarks
This method was deprecated in API level 29. Callers should migrate to using ContentResolver.loadThumbnail, since it offers richer control over requested thumbnail sizes and cancellation behavior.
Android reference for android.provider.MediaStore.Video.Thumbnails.getKindSize.
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.