ShutterVolumeSupport

data class ShutterVolumeSupport(val minShutterVolume: Int? = null, val maxShutterVolume: Int? = null)

Shutter volume support

Constructors

Link copied to clipboard
constructor(minShutterVolume: Int? = null, maxShutterVolume: Int? = null)

Properties

Link copied to clipboard
val maxShutterVolume: Int? = null

maximum shutter volume

Link copied to clipboard
val minShutterVolume: Int? = null

minimum shutter volume