Compartilhar via


AVAssetExportSession.CanPerformMultiplePassesOverSourceMediaData Propriedade

Definição

Obtém ou define um valor booliano que controla se a sessão de exportação é capaz de melhorar os resultados executando várias passagens pela mídia de origem.

[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 bool CanPerformMultiplePassesOverSourceMediaData { [Foundation.Export("canPerformMultiplePassesOverSourceMediaData")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setCanPerformMultiplePassesOverSourceMediaData:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.CanPerformMultiplePassesOverSourceMediaData : bool with get, set

Valor da propriedade

Atributos

Aplica-se a