UserRecordingParams

@Serializable
data class UserRecordingParams(val mainSpecs: MainSpecs, val dispSpecs: DispSpecs, val textSpecs: TextSpecs? = null)

Constructors

Link copied to clipboard
constructor(mainSpecs: MainSpecs, dispSpecs: DispSpecs, textSpecs: TextSpecs? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val textSpecs: TextSpecs? = null

Functions

Link copied to clipboard