AVAssetExportSession.DirectoryForTemporaryFiles Property

Definition

[Foundation.Advice("This property cannot be set after the export has started.")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSUrl? DirectoryForTemporaryFiles { [Foundation.Export("directoryForTemporaryFiles", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setDirectoryForTemporaryFiles:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<Foundation.Advice("This property cannot be set after the export has started.")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("directoryForTemporaryFiles", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setDirectoryForTemporaryFiles:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.DirectoryForTemporaryFiles : Foundation.NSUrl with get, set

Property Value

Attributes

Applies to