Compartilhar via


AVAssetExportSession.DirectoryForTemporaryFiles Propriedade

Definição

Obtém ou define o diretório no qual armazenar arquivos temporários criados durante a exportação.

[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

Valor da propriedade

(Mais documentação para este nó está chegando)

Este valor pode ser null.

Atributos

Aplica-se a