listFiles

suspend fun listFiles(fileType: ThetaRepository.FileTypeEnum, startPosition: Int = 0, entryCount: Int, storage: ThetaRepository.StorageEnum? = null): ThetaRepository.ThetaFiles

Acquires a list of still image files and movie files.

Return

A list of file information and number of totalEntries. see camera.listFiles.

Parameters

fileType

File types to acquire.

startPosition

Position to start acquiring the file list. If a number larger than the number of existing files is specified, a null list is acquired. Default is the top of the list.

entryCount

Number of still image and movie files to acquire. If the number of existing files is smaller than the specified number of files, all available files are only acquired.

storage

Specifies the storage. If omitted, return current storage. (RICOH THETA X Version 2.00.0 or later)

Throws


suspend fun listFiles(fileType: ThetaRepository.FileTypeEnum, startPosition: Int = 0, entryCount: Int): ThetaRepository.ThetaFiles

Acquires a list of still image files and movie files.

Return

A list of file information and number of totalEntries. see camera.listFiles.

Parameters

fileType

File types to acquire.

startPosition

Position to start acquiring the file list. If a number larger than the number of existing files is specified, a null list is acquired. Default is the top of the list.

entryCount

Number of still image and movie files to acquire. If the number of existing files is smaller than the specified number of files, all available files are only acquired.

Throws