FileInfo

data class FileInfo(val name: String, val fileUrl: String, val size: Long, 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(cameraFileInfo: CameraFileInfo)
constructor(name: String, fileUrl: String, size: Long, 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 time in the format "YYYY:MM:DD HH:MM:SS".

Link copied to clipboard

Favorite. (RICOH THETA X or later)

Link copied to clipboard

You can get a file using HTTP GET to fileUrl.

Link copied to clipboard

Frame rate. (RICOH THETA X or later)

Link copied to clipboard
val height: Int?

Vertical size of image (pixels).

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
val lat: Float?

Latitude.

Link copied to clipboard
val lng: Float?

Longitude.

Link copied to clipboard

File name.

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
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.

Link copied to clipboard
val width: Int?

Horizontal size of image (pixels).