AVAssetExportSession.DirectoryForTemporaryFiles Property

Definition

Gets or sets the directory in which to store temporary files that are created while exporting.

[Foundation.Advice("This property cannot be set after the export has started.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSUrl DirectoryForTemporaryFiles { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("directoryForTemporaryFiles", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDirectoryForTemporaryFiles:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.DirectoryForTemporaryFiles : Foundation.NSUrl with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to