VideoWriterServiceFactory

@objc
public protocol VideoWriterServiceFactory

Video writer service factory protocol

  • Create an instance of video writer service

    Throws

    Error if the instance creation fails

    Declaration

    Swift

    @objc
    func makeVideoWriterService(url: URL) throws -> VideoWriterService

    Parameters

    url

    URL to which the video will be written to

    Return Value

    Instance of a class that conforms to the VideoWriterService protocol