VerIDVideoWriterServiceFactory
@objc
public class VerIDVideoWriterServiceFactory : NSObject, VideoWriterServiceFactory
Ver-ID SDK’s implementation of the VideoWriterServiceFactory protocol
-
Create an instance of
VerIDVideoWriterServiceThrows
Error if the creation failsDeclaration
Swift
public func makeVideoWriterService(url: URL) throws -> VideoWriterServiceParameters
urlURL to which the video will be writen to
Return Value
Instance of
VerIDVideoWriterService
VerIDVideoWriterServiceFactory Class Reference