ResultStartCapture

data class ResultStartCapture(val fileUrls: List<String>? = null, val fileUrl: String? = null)

start capture results

Constructors

Link copied to clipboard
constructor(fileUrls: List<String>? = null, fileUrl: String? = null)

Properties

Link copied to clipboard
val fileUrl: String? = null

File URL. For theta SC2 only.

Link copied to clipboard
val fileUrls: List<String>? = null

List of file URLs. For others than Theta SC2.