RSDFileResult
public protocol RSDFileResult : RSDResult
RSDFileResult
is a result that holds a pointer to a file url.
-
The URL with the path to the file-based result.
Declaration
Swift
var url: URL?
-
The MIME content type of the result.
- example:
"application/json"
Declaration
Swift
var contentType: String?
- example:
-
The system clock uptime when the recorder was started (if applicable).
Declaration
Swift
var startUptime: TimeInterval?