AVAssetExportSession.DirectoryForTemporaryFiles Property
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.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