Contents

outputURL

A URL for a file to write the capture data into.

Declaration

var outputURL: URL? { get set }

Discussion

The default value is nil. If you set destination to MTLCaptureDestination.gpuTraceDocument, you need to set this property to where you want the file to be written to.

See Also

Setting capture parameters