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.Native]
public enum AVAssetImageGeneratorResult
[<ObjCRuntime.Native>]
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. |