FileInfo

data class FileInfo(val name: String, val size: Long, val dateTime: String, val fileUrl: String, val thumbnailUrl: String, val storageID: String?)

File information in Theta.

Constructors

Link copied to clipboard
constructor(cameraFileInfo: CameraFileInfo)
constructor(name: String, size: Long, dateTime: String, fileUrl: String, thumbnailUrl: String, storageID: String?)

Properties

Link copied to clipboard

File creation time in the format "YYYY:MM:DD HH:MM:SS".

Link copied to clipboard

You can get a file using HTTP GET to fileUrl.

Link copied to clipboard

File name.

Link copied to clipboard
val size: Long

File size in bytes.

Link copied to clipboard

Storage ID. (RICOH THETA X Version 2.00.0 or later)

Link copied to clipboard

You can get a thumbnail image using HTTP GET to thumbnailUrl.