VideoPreviewControlling

public protocol VideoPreviewControlling

Types that adopt VideoPreviewControlling can control the behavior of a VideoEditPreviewController when active.

  • If set to true, video playback will continue while this tool is active, otherwise video playback will pause while the tool is active.

    Declaration

    Swift

    var wantsVideoPlayback: Bool { get }
  • Can be used to forward messages to this instance to another implementation of VideoPreviewController. This is useful if a contained view controller should control the preview instead of a PhotoEditToolController for example.

    Declaration

    Swift

    var videoPreviewControllingTarget: VideoPreviewControlling? { get }