_handlesFile(path:)

    Called when the engine determines whether this MovieWriter is able to handle the file at path. Must return true if this MovieWriter is able to handle the given file path, false otherwise. Typically, _handlesFile(path:) is overridden as follows to allow the user to record a file at any path with a given file extension:

    MovieWriter.swift:42
    func _handlesFile(path: String) -> Bool

    Other members in extension

    Type members

    Instance members

    Show implementation details (5)

    Hide implementation details