共用方式為


AVAssetExportSession.CanPerformMultiplePassesOverSourceMediaData 屬性

定義

取得或設定布林值,控制匯出會話是否能夠透過來源媒體執行多個傳遞來改善結果。

[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

屬性值

屬性

適用於