CameraFileInfo

data class CameraFileInfo(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 thumbnail: String?, val _thumbSize: Int?, val _intervalCaptureGroupId: String?, val _compositeShootingGroupId: String?, val _autoBracketGroupId: String?, val _recordTime: Int?, val isProcessed: Boolean, val previewUrl: String, val _codec: String?, val _projectionType: _ProjectionType?, val _continuousShootingGroupId: String?, val _frameRate: Int?, val _favorite: Boolean?, val _imageDescription: String?, val _storageID: String?)

camera file information

Constructors

Link copied to clipboard
constructor(name: String, fileUrl: String, size: Long, dateTimeZone: String?, dateTime: String?, lat: Float?, lng: Float?, width: Int?, height: Int?, thumbnail: String?, _thumbSize: Int?, _intervalCaptureGroupId: String?, _compositeShootingGroupId: String?, _autoBracketGroupId: String?, _recordTime: Int?, isProcessed: Boolean, previewUrl: String, _codec: String?, _projectionType: _ProjectionType?, _continuousShootingGroupId: String?, _frameRate: Int?, _favorite: Boolean?, _imageDescription: String?, _storageID: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Group ID of a still image shot by multi bracket shooting.

Link copied to clipboard

Codec: “H.264/MPEG-4 AVC”

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

Favorite. (RICOH THETA X or later)

Link copied to clipboard

Frame rate. (RICOH THETA X or later)

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

Projection type of movie file: “Equirectangular” or “Dual-Fisheye”.

Link copied to clipboard

Video shooting time (sec).

Link copied to clipboard

Storage ID.

Link copied to clipboard

Thumbnail file size (bytes).

Link copied to clipboard

File creation or update time in local time.

Link copied to clipboard

File creation or update time with the time zone

Link copied to clipboard

File URL

Link copied to clipboard
val height: Int?

Vertical size of image (pixels).

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
val size: Long

File size in bytes

Link copied to clipboard

Base64-encoded thumbnail

Link copied to clipboard
val width: Int?

Horizontal size of image (pixels).

Functions

Link copied to clipboard