Share via


AVAssetExportSession.DirectoryForTemporaryFiles Proprietà

Definizione

Ottiene o imposta la directory in cui archiviare i file temporanei creati durante l'esportazione.

[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

Valore della proprietà

(È disponibile una documentazione più dettagliata per questo nodo)

Il valore può essere null.

Attributi

Si applica a