PHImageManager.RequestExportSession 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.
Requests a session for exporting the asset to a file.
[Foundation.Export("requestExportSessionForVideo:options:exportPreset:resultHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual int RequestExportSession (Photos.PHAsset asset, Photos.PHVideoRequestOptions options, string exportPreset, Photos.PHImageManagerRequestExportHandler resultHandler);
abstract member RequestExportSession : Photos.PHAsset * Photos.PHVideoRequestOptions * string * Photos.PHImageManagerRequestExportHandler -> int
override this.RequestExportSession : Photos.PHAsset * Photos.PHVideoRequestOptions * string * Photos.PHImageManagerRequestExportHandler -> int
Parameters
- asset
- PHAsset
- exportPreset
- String
- resultHandler
- PHImageManagerRequestExportHandler
Returns
- Attributes