MediaStore.Video.Thumbnails.CancelThumbnailRequest 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.
Overloads
CancelThumbnailRequest(ContentResolver, Int64) |
This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately. |
CancelThumbnailRequest(ContentResolver, Int64, Int64) |
This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately. |
CancelThumbnailRequest(ContentResolver, Int64)
This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately.
[Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;J)V", "")]
public static void CancelThumbnailRequest (Android.Content.ContentResolver? cr, long origId);
[<Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;J)V", "")>]
static member CancelThumbnailRequest : Android.Content.ContentResolver * int64 -> unit
Parameters
ContentResolver
- origId
- Int64
original video id
- Attributes
Remarks
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
CancelThumbnailRequest(ContentResolver, Int64, Int64)
This method cancels the thumbnail request so clients waiting for getThumbnail will be interrupted and return immediately.
[Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;JJ)V", "")]
public static void CancelThumbnailRequest (Android.Content.ContentResolver? cr, long videoId, long groupId);
[<Android.Runtime.Register("cancelThumbnailRequest", "(Landroid/content/ContentResolver;JJ)V", "")>]
static member CancelThumbnailRequest : Android.Content.ContentResolver * int64 * int64 -> unit
Parameters
ContentResolver
- videoId
- Int64
- groupId
- Int64
the same groupId used in getThumbnail.
- Attributes
Remarks
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.