MPMoviePlayerController.ThumbnailImageAt(Double, MPMovieTimeOption) 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.
[Foundation.Export("thumbnailImageAtTime:timeOption:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'RequestThumbnails' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage ThumbnailImageAt (double time, MediaPlayer.MPMovieTimeOption timeOption);
abstract member ThumbnailImageAt : double * MediaPlayer.MPMovieTimeOption -> UIKit.UIImage
override this.ThumbnailImageAt : double * MediaPlayer.MPMovieTimeOption -> UIKit.UIImage
Parameters
- time
- Double
- timeOption
- MPMovieTimeOption
Returns
- Attributes