다음을 통해 공유


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

속성 값

특성

적용 대상