BracketSettingList

data class BracketSettingList(val list: MutableList<ThetaRepository.BracketSetting> = mutableListOf())

List of BracketSetting used for multi bracket shooting. Size of the list must be 2 to 13 (THETA X and SC2), or 2 to 19 (THETA Z1 and V).

Constructors

Link copied to clipboard
constructor(list: MutableList<ThetaRepository.BracketSetting> = mutableListOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions