AVAssetImageGeneratorResult Enum
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.
An enumeration whose values indicate the result of image generation.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAssetImageGeneratorResult
type AVAssetImageGeneratorResult =
- Inheritance
-
AVAssetImageGeneratorResult
- Attributes
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | Image generation succeeded. |
Failed | 1 | Image generation failed. |
Cancelled | 2 | Image generation was cancelled. |