다음을 통해 공유


IUIVideoEditorControllerDelegate 인터페이스

정의

프로토콜 UIVideoEditorControllerDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UIVideoEditorControllerDelegate", WrapperType=typeof(UIKit.UIVideoEditorControllerDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIVideoEditorControllerDelegate : IDisposable, UIKit.IUINavigationControllerDelegate
type IUIVideoEditorControllerDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUINavigationControllerDelegate
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UIVideoEditorControllerDelegate프로토콜의 필수 메서드(있는 경우)가 포함됩니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UIVideoEditorControllerDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UIVideoEditorControllerDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자는 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

DidShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

가 표시된 직후 viewController 에 호출된 확장 메서드입니다.

GetAnimationControllerForOperation(IUINavigationControllerDelegate, UINavigationController, UINavigationControllerOperation, UIViewController, UIViewController)

시스템에 의해 호출되어 에 대한 전환 애니메이션을 검색합니다 operation.

GetInteractionControllerForAnimationController(IUINavigationControllerDelegate, UINavigationController, IUIViewControllerAnimatedTransitioning)

대화형 전환 애니메이션을 검색하기 위해 시스템에서 호출됩니다.

GetPreferredInterfaceOrientation(IUINavigationControllerDelegate, UINavigationController)

의 기본 인터페이스 방향을 설정하도록 재정의할 수 있습니다.

SupportedInterfaceOrientations(IUINavigationControllerDelegate, UINavigationController)

의 지원되는 방향을 동적으로 지정하도록 재정의할 수 있습니다.

WillShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

가 표시되기 직전에 시스템에서 호출됩니다.

Failed(IUIVideoEditorControllerDelegate, UIVideoEditorController, NSError)

UIVideoEditorController가 동영상을 로드하거나 저장하지 못했을 때 호출됩니다.

UserCancelled(IUIVideoEditorControllerDelegate, UIVideoEditorController)

앱 사용자가 영화 편집을 취소했음을 나타냅니다.

VideoSaved(IUIVideoEditorControllerDelegate, UIVideoEditorController, String)

영화를 성공적으로 저장한 후 호출됩니다.

적용 대상