FileInfo
data class FileInfo(val name: String, val fileUrl: String, val size: Long, val dateTimeZone: String?, val dateTime: String, val lat: Float?, val lng: Float?, val width: Int?, val height: Int?, val thumbnailUrl: String, val intervalCaptureGroupId: String?, val compositeShootingGroupId: String?, val autoBracketGroupId: String?, val recordTime: Int?, val isProcessed: Boolean?, val previewUrl: String?, val codec: ThetaRepository.CodecEnum?, val projectionType: ThetaRepository.ProjectionTypeEnum?, val continuousShootingGroupId: String?, val frameRate: Int?, val favorite: Boolean?, val imageDescription: String?, val storageID: String?)
File information in Theta.
Constructors
Link copied to clipboard
constructor(name: String, fileUrl: String, size: Long, dateTimeZone: String?, dateTime: String, lat: Float?, lng: Float?, width: Int?, height: Int?, thumbnailUrl: String, intervalCaptureGroupId: String?, compositeShootingGroupId: String?, autoBracketGroupId: String?, recordTime: Int?, isProcessed: Boolean?, previewUrl: String?, codec: ThetaRepository.CodecEnum?, projectionType: ThetaRepository.ProjectionTypeEnum?, continuousShootingGroupId: String?, frameRate: Int?, favorite: Boolean?, imageDescription: String?, storageID: String?)
Properties
Link copied to clipboard
Group ID of a still image shot by multi bracket shooting.
Link copied to clipboard
Codec. (RICOH THETA V or later)
Link copied to clipboard
Group ID of a still image shot by interval composite shooting.
Link copied to clipboard
Group ID of continuous shooting. (RICOH THETA X or later)
Link copied to clipboard
File creation or update time with the time zone in the format "YYYY:MM:DD hh:mm:ss+(-)hh:mm".
Link copied to clipboard
Image description. (RICOH THETA X or later)
Link copied to clipboard
Group ID of a still image shot by interval shooting.
Link copied to clipboard
Whether or not image processing has been completed.
Link copied to clipboard
URL of the file being processed.
Link copied to clipboard
Projection type of movie file. (RICOH THETA V or later)
Link copied to clipboard
Video shooting time (sec).
Link copied to clipboard
You can get a thumbnail image using HTTP GET to thumbnailUrl.